Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 63aa389

Browse files
committed
remove key sha1
1 parent 3998636 commit 63aa389

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- name: Lint
2626
run: npm run lint
2727
- name: Package
28-
if: ${{ startsWith(github.ref, 'refs/tags/v') != true }}
2928
run: npm run package
3029
- name: Install Snapcraft
3130
uses: samuelmeuli/action-snapcraft@v1

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@
242242
"signingHashAlgorithms": [
243243
"sha256"
244244
],
245-
"certificateSha1": "1C43B0BE14DFEF3FC3495AAB40515D3120CFF0E1"
246245
},
247246
"linux": {
248247
"target": [

0 commit comments

Comments
 (0)