Skip to content

Commit

Permalink
fix: semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Aug 30, 2023
1 parent f6545cd commit 26cd2c6
Show file tree
Hide file tree
Showing 3 changed files with 22,348 additions and 12,194 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
- develop
- beta
- brc-20
tags-ignore:
- '**'
paths-ignore:
Expand Down Expand Up @@ -118,7 +119,7 @@ jobs:
persist-credentials: false

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3.2.0
uses: cycjimmy/semantic-release-action@v3
id: semantic
# Only run on non-PR events or only PRs that aren't from forks
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
Expand All @@ -128,10 +129,9 @@ jobs:
with:
semantic_version: 19
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
conventional-changelog-conventionalcommits
@semantic-release/commit-analyzer@v9.0.2
@semantic-release/changelog@6.0.3
@semantic-release/git@10.0.1
conventional-changelog-conventionalcommits@6.1.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down
Loading

0 comments on commit 26cd2c6

Please sign in to comment.