Skip to content

Commit

Permalink
Merge pull request #21 from Kuuuube/fix-actions
Browse files Browse the repository at this point in the history
Bump release action version to avoid deprecation warnings
  • Loading branch information
MarvNC authored Jul 11, 2024
2 parents 7125f3f + d22f382 commit 87634a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: yomitan-import-windows

- name: Release on Tag Creation
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
Expand Down

0 comments on commit 87634a4

Please sign in to comment.