Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
spiceywasabi committed Sep 24, 2024
1 parent e7e4bb4 commit 444e922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
#echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
- name: Update script.js
run: |
COMMIT_HASH=$(git rev-parse --short HEAD)
COMMIT="${GITHUB_SHA::8}"
sed -i "s/^const wf_ver = .*/const wf_ver = '${COMMIT}';/" core/script.js || true
sed -i "s/^const wf_ver = .*/const wf_ver = '${COMMIT}';/" js/script.js || true
- name: Push to Dev Repo
Expand Down

0 comments on commit 444e922

Please sign in to comment.