Skip to content

Commit

Permalink
chore(deps): update softprops/action-gh-release action to v2 (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent a675d97 commit acf772f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
***[See the development log here](https://t.me/keikolog/462)***
EOF
- name: Update Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Clash Nyanpasu Dev
tag_name: pre-release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.github_token }}

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
draft: true
body: ${{steps.build-changelog.outputs.clean_changelog}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
args: -vv --latest --strip header

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body: ${{ steps.git-cliff.outputs.content }}

0 comments on commit acf772f

Please sign in to comment.