Skip to content

Commit

Permalink
Update softprops/action-gh-release digest to e7a8f85
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent c7299fa commit eca9f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: 'Build jsonschema 🏗️'
run: 'npm run build:jsonschema --workspace packages/code-style'
- name: 'Publish files to Github Releases 🚀'
uses: 'softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564' # v2
uses: 'softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8' # v2
with:
tag_name: '${{ steps.get-package-version.outputs.version }}'
prerelease: "${{ contains(steps.get-package-version.outputs.version, '-') }}"
Expand Down

0 comments on commit eca9f02

Please sign in to comment.