Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Dec 20, 2023
1 parent bfd6819 commit 6bd2ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_PAT_WRITE }}
with:
token: ${{ secrets.GH_PAT_WRITE }}
- name: Bump Version
run: npm version patch
- name: Push tag
Expand Down

0 comments on commit 6bd2ed1

Please sign in to comment.