Skip to content

Commit

Permalink
https://github.com/softprops/action-gh-release/issues/556
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfredo committed Jan 7, 2025
1 parent 8826f56 commit 63999ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: zip -r ${{ env.ZIP_NAME }} action assets background salesforce *.js LICENSE* README.md manifest.json -x "*/README.md"

- name: Create ${{ env.BROWSER }} Release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2
with:
name: ${{ env.BROWSER_VERSION_NAME }}
body: See release notes at ${{ env.RELEASE_NOTES }}.
Expand Down

0 comments on commit 63999ea

Please sign in to comment.