Skip to content

Commit

Permalink
Merge pull request #81 from wakatime/bugfix/fix-release
Browse files Browse the repository at this point in the history
Use softprops/action-gh-release v2.1.0 to avoid content length bug
  • Loading branch information
alanhamlett authored Dec 17, 2024
2 parents 273b888 + 2e6c710 commit e8ee235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
run: ./bin/prepare_assets.sh
-
name: "Create release"
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2.1.0
with:
name: ${{ needs.version.outputs.semver_tag }}
tag_name: ${{ needs.version.outputs.semver_tag }}
Expand Down

0 comments on commit e8ee235

Please sign in to comment.