Skip to content

Commit

Permalink
update registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
dawkaka committed Jul 15, 2024
1 parent 28c53c1 commit d36d76e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ jobs:
else
echo "RELEASE_TAG=latest" >> $GITHUB_ENV
fi
# Publish version to npmdd
- name: Publish
run: yarn publish --verbose --access public --tag ${{ env.RELEASE_TAG }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# Update changelog unreleased section with new version
- name: Update changelog
Expand Down Expand Up @@ -98,6 +93,12 @@ jobs:
run: |
git push origin temp-branch:master
# Publish version to npmdd
- name: Publish
run: yarn publish --verbose --access public --tag ${{ env.RELEASE_TAG }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# Read version changelog
- id: get-changelog
name: Get version changelog
Expand Down

0 comments on commit d36d76e

Please sign in to comment.