Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guidone committed Feb 11, 2023
1 parent 71538f8 commit f2805a2
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 @@ -18,7 +18,7 @@ jobs:
- name: 'change version'
uses: reedyuk/npm-version@1.1.1
with:
version: ${{ env.GITHUB_REF }}
version: '${{ github.ref }}'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit f2805a2

Please sign in to comment.