Skip to content

Commit

Permalink
Merge pull request #3060 from pnp/juliemturner-patch-1
Browse files Browse the repository at this point in the history
Update publish.yml to use run-on branch as checkout
  • Loading branch information
patrick-rodgers authored Jun 5, 2024
2 parents 11e9ce3 + 838bea8 commit 674adf6
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 674adf6

Please sign in to comment.