We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
softprops/action-gh-release
1 parent 58e8dd2 commit 3db3160Copy full SHA for 3db3160
3 files changed
.github/workflows/nightly-build.yaml
@@ -122,7 +122,7 @@ jobs:
122
GH_TOKEN: ${{ github.token }}
123
124
- name: Create GH Release
125
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v2.2.2
126
with:
127
files: |
128
dist/*.zip
.github/workflows/release-preview.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
- name: Release
51
52
53
54
.github/workflows/release-stable.yml
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
0 commit comments