We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d44fc1 commit b223d00Copy full SHA for b223d00
.github/workflows/compilation.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Create pre-release
79
if: github.ref == 'refs/heads/master'
80
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v2.2.2
81
with:
82
files: |
83
psplink.zip
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Release
93
if: startsWith(github.ref, 'refs/tags/')
94
95
96
97
0 commit comments