Skip to content

Commit

Permalink
GitAction deploy eighth fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Finevman committed Jul 13, 2023
1 parent f9069d8 commit 7d49184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Get version
id: tagName
run: |
echo "1" >> $GITHUB_OUTPUT
VERSION=$(cat ./VERSION)
echo "tag=$VERSION" >> $GITHUB_OUTPUT
- name: Build Zip file
run: |
Expand Down

0 comments on commit 7d49184

Please sign in to comment.