Skip to content

Commit

Permalink
Update action softprops/action-gh-release (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasium authored Oct 11, 2024
1 parent e149b32 commit db793af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
version="${GITHUB_REF_NAME:1}"
echo "RELEASE_VERSION=${version}" >> $GITHUB_ENV
- name: Release on GitHub
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: dist/*
name: Version ${{ env.RELEASE_VERSION }}

0 comments on commit db793af

Please sign in to comment.