Skip to content

Commit b223d00

Browse files
authored
Set github release action to non-broken version
1 parent 7d44fc1 commit b223d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compilation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Create pre-release
7979
if: github.ref == 'refs/heads/master'
80-
uses: softprops/action-gh-release@v2
80+
uses: softprops/action-gh-release@v2.2.2
8181
with:
8282
files: |
8383
psplink.zip
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Release
9393
if: startsWith(github.ref, 'refs/tags/')
94-
uses: softprops/action-gh-release@v2
94+
uses: softprops/action-gh-release@v2.2.2
9595
with:
9696
files: |
9797
psplink.zip

0 commit comments

Comments
 (0)