Skip to content

Commit

Permalink
fix: #dev-deploy tag fix 10
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbator authored Dec 3, 2024
1 parent c133a60 commit be6d587
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dev.kodemy.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,11 @@ jobs:
username: ${{ secrets.REMOTE_USER }}
port: ${{ secrets.REMOTE_PORT }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
envs: |
WORKING_DIRECTORY,TAG_NAME
script: |
git tag ${{ env.TAG_NAME }}
cd $WORKING_DIRECTORY
git tag $TAG_NAME
git push origin --tags
# uses: actions/github-script@v5
Expand Down

0 comments on commit be6d587

Please sign in to comment.