Skip to content

Commit

Permalink
Merge pull request #95 from 8go/dependabot/github_actions/softprops/a…
Browse files Browse the repository at this point in the history
…ction-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
8go authored Aug 30, 2024
2 parents 0050aa1 + 8a5ca87 commit 77b96ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-by-label-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
# TAG_NAME=$(cat tag.txt)
# cat tag.txt
# echo $TAG_NAME
uses: "softprops/action-gh-release@v1"
uses: "softprops/action-gh-release@v2"
with:
token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-by-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
# https://github.com/softprops/action-gh-release
# do wildcards like * work in files?
- name: Release
uses: "softprops/action-gh-release@v1"
uses: "softprops/action-gh-release@v2"
with:
token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
Expand Down

0 comments on commit 77b96ab

Please sign in to comment.