Skip to content

Commit 84c2d4b

Browse files
authored
Update publish.yml
1 parent f68686d commit 84c2d4b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,5 @@ jobs:
1919
run: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" >> ~/.npmrc
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22-
- name: Echo
23-
run: |
24-
echo $OUTPUTS
25-
echo $NEW_RELEASE_PUBLISHED
26-
echo $RELEASE_MAJOR
27-
echo $RELEASE_MINOR
28-
echo $RELEASE_PATH
2922
- name: Publish
30-
run: yarn publish --new-version $GITHUB_REF
23+
run: yarn publish --new-version ${GITHUB_REF#"refs/tags/"}

0 commit comments

Comments
 (0)