We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc253ad commit 2b34bffCopy full SHA for 2b34bff
1 file changed
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Upload plugin package to release
61
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.create_release == 'true')
62
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v0.1.8
63
with:
64
files: zip_build/move-${{ env.VERSION }}.zip
65
tag_name: ${{ github.event_name == 'push' && github.ref || format('test-v{0}', github.event.inputs.test_version) }}
0 commit comments