Skip to content

Commit

Permalink
Hardcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Nov 22, 2024
1 parent cf9cae1 commit 98e4949
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 @@ -53,7 +53,8 @@ jobs:

- name: Get app version
id: getAppVersion
run: echo "VERSION=$(jq -r .version < package.json)" >> "$GITHUB_OUTPUT"
# TODO: REVERT
run: echo "VERSION=9.0.64-4" >> "$GITHUB_OUTPUT"

# - name: Create and push tag
# if: ${{ github.ref == 'refs/heads/staging' }}
Expand Down

0 comments on commit 98e4949

Please sign in to comment.