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