Skip to content

Commit

Permalink
Merge pull request #276 from DarkFlorist/version-ui-fix
Browse files Browse the repository at this point in the history
Fix version variable not correctly set
  • Loading branch information
KillariDev authored Jul 20, 2024
2 parents ca1b6f8 + ea8273e commit 12ddd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
GIT_COMMIT_SHA="${{ github.sha }}"
GIT_TAG=$(basename "${{ github.ref }}")
echo export const gitCommitSha = \"$GIT_COMMIT_SHA\" > $VERSION_FILE
echo export const version = \"$VERSION\" >> $VERSION_FILE
echo export const version = \"$GIT_TAG\" >> $VERSION_FILE
npm install --ignore-scripts
npm run vendor
npm run build
Expand Down

0 comments on commit 12ddd7f

Please sign in to comment.