We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b00c3 commit b6cddacCopy full SHA for b6cddac
.github/workflows/build-publish.yaml
@@ -62,7 +62,7 @@ jobs:
62
- name: 'Build jsonschema 🏗️'
63
run: 'npm run build:jsonschema --workspace packages/code-style'
64
- name: 'Publish files to Github Releases 🚀'
65
- uses: 'softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564' # v2
+ uses: 'softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8' # v2
66
with:
67
tag_name: '${{ steps.get-package-version.outputs.version }}'
68
prerelease: "${{ contains(steps.get-package-version.outputs.version, '-') }}"
0 commit comments