We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e501ee6 commit 4d69f53Copy full SHA for 4d69f53
.github/workflows/release.yml
@@ -58,13 +58,13 @@ jobs:
58
asset_content_type: application/zip
59
- name: "web-ext build"
60
id: web-ext-build
61
- uses: kewisch/action-web-ext@d5376aebf5a5f167924728cf9b43d6e9e8ee10e0
+ uses: kewisch/action-web-ext@d3e19fc24c09986d4ab16fe99322701a1fa2d4a7
62
with:
63
cmd: build
64
source: ./dist/bibbot
65
- name: "web-ext sign"
66
id: web-ext-sign
67
68
69
cmd: sign
70
source: ${{ steps.web-ext-build.outputs.target }}
0 commit comments