Skip to content

Commit

Permalink
Update version job
Browse files Browse the repository at this point in the history
  • Loading branch information
aeifn committed Jan 8, 2024
1 parent 47ce2c4 commit b270314
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::8}
npm version --no-git-tag-version $(node -p "require('./package.json').version")-en-${GITHUB_SHA::8}
- name: Build
run: |
Expand Down

0 comments on commit b270314

Please sign in to comment.