Skip to content

Commit

Permalink
ci(repo): fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Aug 26, 2024
1 parent 14fccc4 commit 3df1e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id-token: write # to enable use of OIDC for npm provenance
steps:
- name: Checkout
- uses: actions/checkout@v4
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 3df1e79

Please sign in to comment.