Skip to content

Commit

Permalink
Merge branch 'master' into en
Browse files Browse the repository at this point in the history
  • Loading branch information
aeifn committed Jan 8, 2024
2 parents e65036c + 427c6f5 commit 253a39b
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 253a39b

Please sign in to comment.