Skip to content

Commit 882a019

Browse files
committed
Pin crx3 package version to 2.0.0 for consistent builds
1 parent 790d336 commit 882a019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "Version: ${VERSION}"
3333
3434
- name: Install crx3 package
35-
run: npm install -g crx3
35+
run: npm install -g crx3@2.0.0
3636

3737
- name: Create private key file
3838
run: echo "${{ secrets.CRX_PRIVATE_KEY }}" > private-key.pem

0 commit comments

Comments
 (0)