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.
2 parents 8ce48f2 + 6dc1238 commit dd1b5caCopy full SHA for dd1b5ca
1 file changed
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
100
- name: Create GitHub Release (Manual Trigger)
101
if: github.event_name == 'workflow_dispatch'
102
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
103
with:
104
tag_name: v${{ github.event.inputs.version }}
105
name: Release v${{ github.event.inputs.version }}
@@ -135,7 +135,7 @@ jobs:
135
136
- name: Upload Release Assets (Existing Release)
137
if: github.event_name == 'release'
138
139
140
files: release-assets/*
141
env:
0 commit comments