Skip to content

Commit

Permalink
Add commit hash suffix to version (#661)
Browse files Browse the repository at this point in the history
* Change version

* Update version
  • Loading branch information
aeifn authored Jan 8, 2024
1 parent e5dfc2f commit 427c6f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
node-version: 20.10.0

- name: version
run: |
npm version --no-git-tag-version $(node -p "require('./package.json').version")-${GITHUB_SHA::8}
- name: Build
run: |
npm ci
Expand Down

0 comments on commit 427c6f5

Please sign in to comment.