We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7382867 commit b8e6758Copy full SHA for b8e6758
1 file changed
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Versioned release
43
if: startsWith(github.ref, 'refs/tags/')
44
- uses: softprops/action-gh-release@v2.3.1
+ uses: softprops/action-gh-release@v2
45
with:
46
files: |
47
msposd_goke
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Upload latest
55
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
56
57
58
tag_name: latest
59
0 commit comments