Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
fixed publishing error
Browse files Browse the repository at this point in the history
  • Loading branch information
atz3n authored Aug 11, 2021
1 parent 218bd04 commit 742f28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
registry-url: https://registry.npmjs.org

- name: Get package version
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
run: echo "RELEASE_VERSION=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV

- name: Set up package version
run: npm --no-git-tag-version --allow-same-version version $RELEASE_VERSION
Expand Down

0 comments on commit 742f28d

Please sign in to comment.