Skip to content

Commit

Permalink
chore: restore npm release script
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Apr 9, 2021
1 parent 38c40ed commit 73585f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
run: yarn code:build
- name: Lint
run: yarn lint
# - name: Publish
# run: sh scripts/publish.sh
# env:
# REGISTRY_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}
# REGISTRY_URL: registry.npmjs.org
- name: Publish
run: sh scripts/publish.sh
env:
REGISTRY_AUTH_TOKEN: ${{ secrets.REGISTRY_AUTH_TOKEN }}
REGISTRY_URL: registry.npmjs.org
- name: Create release notes
run: sh scripts/github-release.sh
env:
Expand Down

0 comments on commit 73585f0

Please sign in to comment.