Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermaggedon committed Oct 11, 2024
1 parent 1fb14b0 commit 0aee665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get version
id: version
run: echo VERSION=$(git describe --tags | sed 's/^v//' | sed 's/-.*//') >> $GITHUB_OUTPUT
run: echo VERSION=0.0.0 >> $GITHUB_OUTPUT

- name: Install deps
run: npm install
Expand Down

0 comments on commit 0aee665

Please sign in to comment.