Skip to content

Commit

Permalink
override branch protection for version update
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Aug 25, 2023
1 parent 2ae5862 commit 399ff4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-npm-on-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
working-directory: ./packages/nextjs-themes
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit 399ff4b

Please sign in to comment.