Skip to content

Commit 32a5727

Browse files
authored
Update publish.yaml
1 parent d7b1ddb commit 32a5727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: Compress-Archive -Path .\build\* -DestinationPath .\build\RotationSolver.zip
5252

5353
- name: Publish Plugin
54-
uses: softprops/action-gh-release@v2
54+
uses: softprops/action-gh-release@v2.3.0
5555
with:
5656
files: ./build/RotationSolver.zip
5757
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)