Skip to content

Commit

Permalink
ci(deps): bump softprops/action-gh-release from 1 to 2 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlday authored Apr 2, 2024
2 parents 4970cf7 + 64f9f5c commit ea8d95e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cz-bump-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
github_token: ${{ secrets.VERSION_BUMP_TAG_TOKEN }}
changelog_increment_filename: "release-body.md"
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: "release-body.md"
tag_name: v${{ steps.cz.outputs.version }}
2 changes: 1 addition & 1 deletion .github/workflows/poetry-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
github_token: ${{ secrets.VERSION_BUMP_TAG_TOKEN }}
changelog_increment_filename: "release-body.md"
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: "release-body.md"
tag_name: v${{ steps.cz.outputs.version }}

0 comments on commit ea8d95e

Please sign in to comment.