Skip to content

Commit

Permalink
fix publish.yaml branch for commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Danglebary committed Nov 17, 2023
1 parent 5e1f0f5 commit 3b911b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@flocasts'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: npm ci
Expand Down Expand Up @@ -54,7 +52,7 @@ jobs:
- name: Push updated package.json
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: master
branch: main
commit_message: 'Update package.json version to ${{ github.ref_name }}'
commit_options: '--no-verify'
commit_user_name: 'GitHub Actions'

0 comments on commit 3b911b7

Please sign in to comment.