Skip to content

Commit

Permalink
Update prod.deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsj-git authored Feb 28, 2024
1 parent 872b253 commit 5633ae6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prod.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
uses: actions/checkout@v2
with:
ref: ${{ steps.latest_release.outputs.tag_name }}

- name: Log tag name
run: |
echo ${{ steps.latest_release.outputs.tag_name }}
- name: Install sshpass
run: sudo apt-get install -y sshpass
Expand Down

0 comments on commit 5633ae6

Please sign in to comment.