Skip to content

Commit

Permalink
Replace GH_COMMIT_HASH
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Sep 23, 2023
1 parent 68c7bf8 commit 45f2a53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
node-version: 'lts/Hydrogen'

- name: Replace GH_COMMIT_HASH 📝
run: |
sed -i "s/#{GH_COMMIT_HASH}#/${{ github.sha }}/g" src/components/footer/index.svelte
- name: Install and Build 🔧
run: |
npm ci
Expand Down

0 comments on commit 45f2a53

Please sign in to comment.