Skip to content

Commit be6d587

Browse files
authored
fix: #dev-deploy tag fix 10
1 parent c133a60 commit be6d587

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dev.kodemy.deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,11 @@ jobs:
210210
username: ${{ secrets.REMOTE_USER }}
211211
port: ${{ secrets.REMOTE_PORT }}
212212
key: ${{ secrets.SSH_PRIVATE_KEY }}
213+
envs: |
214+
WORKING_DIRECTORY,TAG_NAME
213215
script: |
214-
git tag ${{ env.TAG_NAME }}
216+
cd $WORKING_DIRECTORY
217+
git tag $TAG_NAME
215218
git push origin --tags
216219
217220
# uses: actions/github-script@v5

0 commit comments

Comments
 (0)