Skip to content

Commit

Permalink
Merge pull request #57 from shiguredo/renovate/softprops-action-gh-re…
Browse files Browse the repository at this point in the history
…lease-2.x

Update softprops/action-gh-release action to v2
  • Loading branch information
voluntas authored Mar 13, 2024
2 parents 2bfe5b1 + 8cc0b90 commit 88f8403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
echo "EOF" >> $GITHUB_OUTPUT
id: env
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: ${{ steps.env.outputs.package_paths }}
prerelease: ${{ contains(github.ref, 'dev') }}
Expand Down

0 comments on commit 88f8403

Please sign in to comment.