Skip to content

Commit eca9f02

Browse files
Update softprops/action-gh-release digest to e7a8f85
1 parent c7299fa commit eca9f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: 'Build jsonschema 🏗️'
6363
run: 'npm run build:jsonschema --workspace packages/code-style'
6464
- name: 'Publish files to Github Releases 🚀'
65-
uses: 'softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564' # v2
65+
uses: 'softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8' # v2
6666
with:
6767
tag_name: '${{ steps.get-package-version.outputs.version }}'
6868
prerelease: "${{ contains(steps.get-package-version.outputs.version, '-') }}"

0 commit comments

Comments
 (0)