Skip to content

Commit

Permalink
fix: fix flow release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lmquang committed Aug 18, 2023
1 parent 67a8b76 commit 350bb0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ jobs:
with:
fetch-depth: 0 # to be able to checkout any commit
persist-credentials: false # <--- this
- uses: pnpm/action-setup@v2
with:
version: 6.32.9
- uses: actions/setup-node@v3 # v3
with:
cache: pnpm
node-version: latest
node-version: lts/*
- name: Install dependencies
run: pnpm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
Expand Down

0 comments on commit 350bb0b

Please sign in to comment.