Skip to content

Commit

Permalink
Update publish.yml to use run-on branch as checkout
Browse files Browse the repository at this point in the history
Removed publish command for testing
  • Loading branch information
juliemturner authored Jun 5, 2024
1 parent 11e9ce3 commit 838bea8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
ref: main
# setup nodejs
- name: Use Node.js 16
uses: actions/setup-node@v3
Expand All @@ -35,6 +33,5 @@ jobs:
run: |
npm run clean
npm run package
npm run just-publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 838bea8

Please sign in to comment.