Skip to content

Commit 4eb8032

Browse files
Update softprops/action-gh-release digest to da05d55
1 parent c1b00c3 commit 4eb8032

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@da05d552573ad5aba039eaac05058a918a7bf631' # 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)