Skip to content

Commit

Permalink
Merge pull request #130 from traPtitech/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions-deps-45154b2adb

Bump softprops/action-gh-release from 1 to 2 in the actions-deps group
  • Loading branch information
Pugma authored Jun 1, 2024
2 parents edda7ef + 24269a1 commit 1ecb7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Archive dist/
run: tar -zcvf ./dist.tar.gz ./dist
- name: Create Release and upload dist.tar.gz
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 1ecb7a7

Please sign in to comment.