Skip to content

Commit

Permalink
ci: fix pushing to protected branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Jun 17, 2022
1 parent 36017e4 commit 4ec31f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # for commit linting and semantic-release
persist-credentials: false
- name: Install Node.js
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 4ec31f6

Please sign in to comment.