Skip to content

Commit

Permalink
ci: remove unnecessary actions (#7799)
Browse files Browse the repository at this point in the history
  • Loading branch information
holazz authored May 10, 2022
1 parent a709440 commit 4abfee6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
- name: Install deps
run: pnpm install

- name: Creating .npmrc
run: |
cat << EOF > "$HOME/.npmrc"
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish package
run: pnpm run ci-publish -- ${{ github.ref_name }}
env:
Expand Down

0 comments on commit 4abfee6

Please sign in to comment.