Skip to content

Commit 2b34bff

Browse files
committed
Fix action
1 parent dc253ad commit 2b34bff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Upload plugin package to release
6161
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.create_release == 'true')
62-
uses: softprops/action-gh-release@v2
62+
uses: softprops/action-gh-release@v0.1.8
6363
with:
6464
files: zip_build/move-${{ env.VERSION }}.zip
6565
tag_name: ${{ github.event_name == 'push' && github.ref || format('test-v{0}', github.event.inputs.test_version) }}

0 commit comments

Comments
 (0)