Skip to content

Commit 9f0a92b

Browse files
committed
[ci] fix incorrect version number
1 parent 75d1c16 commit 9f0a92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-zodiac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Copy package to server
3030
if: ${{ github.repository_owner == 'fangq' && github.event_name != 'pull_request'}}
31-
uses: NeuroJSON/SFTP-Deploy-Action@1.2.5
31+
uses: NeuroJSON/SFTP-Deploy-Action@v1.2.5
3232
with:
3333
server: ${{ secrets.NEUROJ_SERVER }}
3434
username: ${{ secrets.NEUROJ_SERVER_USER }}

0 commit comments

Comments
 (0)