Skip to content

Commit 2a9677b

Browse files
committed
fix: release pipeline
1 parent 00c056c commit 2a9677b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
if: ${{ github.event.inputs.releaseChannel == 'stable' }}
9191
- name: Version Package
9292
run: |
93-
git checkout -- package.json
93+
git checkout .
9494
npm version $RELEASE_VERSION
9595
- name: Package Extension (Edge)
9696
if: ${{ github.event.inputs.releaseChannel == 'edge' }}

0 commit comments

Comments
 (0)