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 c7299fa commit eca9f02Copy full SHA for eca9f02
.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@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8' # v2
66
with:
67
tag_name: '${{ steps.get-package-version.outputs.version }}'
68
prerelease: "${{ contains(steps.get-package-version.outputs.version, '-') }}"
0 commit comments