Skip to content

Commit

Permalink
Remove step
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Oct 30, 2024
1 parent 2349c75 commit 812b1d3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
scope: "@cruglobal"
- run: yarn install --immutable --immutable-cache
- name: 👤 Configure git
run: |
git config --global user.name 'GitHub Action'
git config --global user.email 'github-action@users.noreply.github.com'
- name: 🎁 Publish package to npm and bump version
- name: 🎁 Publish package to npm
run: yarn publish --access public --new-version ${{ github.event.release.tag_name }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 812b1d3

Please sign in to comment.