Skip to content

Commit

Permalink
Update softprops/action-gh-release digest to c062e08
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent f3282e5 commit 5432d5c
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@c062e08bd532815e2082a85e87e3ef29c3e6d191' # v2
with:
tag_name: '${{ steps.get-package-version.outputs.version }}'
prerelease: "${{ contains(steps.get-package-version.outputs.version, '-') }}"
Expand Down

0 comments on commit 5432d5c

Please sign in to comment.