Skip to content

Commit

Permalink
chore: fix release action
Browse files Browse the repository at this point in the history
Something about semantic-release version? cycjimmy/semantic-release-action#79
  • Loading branch information
soedirgo committed Jan 19, 2022
1 parent 9b2be54 commit 2d05ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
version: ${{ steps.semantic.outputs.new_release_version }}
steps:
- uses: actions/checkout@v2

- name: Semantic Release
id: semantic
uses: cycjimmy/semantic-release-action@v2
with:
semantic_version: 16
semantic_version: 18
extra_plugins: |
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
Expand Down

0 comments on commit 2d05ffc

Please sign in to comment.