Skip to content

Commit

Permalink
Further paring down publish.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli authored Aug 6, 2024
1 parent 2246b3c commit c4cb0ef
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ on:

jobs:
release:
name: publish
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: node
uses: actions/[email protected]
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
registry-url: https://registry.npmjs.org
- name: publish
run: npm publish --access public
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit c4cb0ef

Please sign in to comment.