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.
softprops/action-gh-release
1 parent e5f0579 commit 21455b6Copy full SHA for 21455b6
.github/workflows/daily-build.yml
@@ -52,7 +52,7 @@ jobs:
52
fi
53
54
- name: Publish the daily build
55
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
56
with:
57
tag_name: daily_builds
58
files: |
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
- name: Publish Release Artifacts
48
49
50
51
*.zip
0 commit comments