Skip to content

Commit

Permalink
Merge pull request #187 from tkrs/dependabot/github_actions/softprops…
Browse files Browse the repository at this point in the history
…/action-gh-release-2

build(deps): bump softprops/action-gh-release from 1 to 2
  • Loading branch information
tkrs authored Mar 25, 2024
2 parents eb0ee67 + 553857b commit 402699f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Release ${{ steps.release_context.outputs.tag_name }}
tag_name: ${{ steps.release_context.outputs.tag_name }}
Expand Down

0 comments on commit 402699f

Please sign in to comment.