Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
aeifn committed Jan 8, 2024
1 parent 761edbb commit a7fff90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

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

0 comments on commit a7fff90

Please sign in to comment.