Skip to content

Commit

Permalink
fix: use semantic-release-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
armand-sauzay committed Oct 13, 2022
1 parent 9e3f0e0 commit 985016a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
run: python -m pip install --upgrade setuptools wheel twine
- name: Release
id: release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v3
with:
dry_run: ${{ inputs.dry-run }}
extra_plugins: ${{ inputs.extra-plugins }}
Expand Down

0 comments on commit 985016a

Please sign in to comment.