Skip to content

Commit

Permalink
chore: Update npm version command in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwei committed Nov 4, 2024
1 parent d542fc2 commit 2ec8d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Get version
id: version
run: echo ::set-output name=new-version::$(npm version patch)
run: echo ::set-output name=new-version::$(npm version)
if: ${{ always() }}

- name: Build and push docker image
Expand Down

0 comments on commit 2ec8d06

Please sign in to comment.