We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c056c commit 2a9677bCopy full SHA for 2a9677b
.github/workflows/release.yml
@@ -90,7 +90,7 @@ jobs:
90
if: ${{ github.event.inputs.releaseChannel == 'stable' }}
91
- name: Version Package
92
run: |
93
- git checkout -- package.json
+ git checkout .
94
npm version $RELEASE_VERSION
95
- name: Package Extension (Edge)
96
if: ${{ github.event.inputs.releaseChannel == 'edge' }}
0 commit comments