Skip to content

Commit 3ab8774

Browse files
author
Thomas G.
committed
ci: 👷 fix softprops/action-gh-release version
1 parent 970711f commit 3ab8774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package.yml

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
tag: '${{ github.ref }}'
5757
- name: Create Release
5858
id: create_release
59-
uses: softprops/action-gh-release@v2
59+
uses: softprops/action-gh-release@v2.2.2
6060
with:
6161
files: ./dist/**/*.spk
6262
draft: ${{ steps.is_on_main.outputs.retval != 'true' }}

0 commit comments

Comments
 (0)