41
41
sign :
42
42
runs-on : ubuntu-latest
43
43
needs : [manifest, bundle]
44
- env :
45
- GH_TOKEN : ${{ github.token }}
46
44
47
45
# if: |
48
46
# github.repository == 'sveltejs/svelte-devtools' &&
@@ -53,17 +51,21 @@ jobs:
53
51
- uses : actions/checkout@v4
54
52
- uses : pnpm/action-setup@v4
55
53
- uses : actions/download-artifact@v4
56
- - run : ls -al extension-${{ github.sha }}
54
+ - working-directory : extension-${{ github.sha }}
55
+ run : ls -al
57
56
58
- # - run: |
59
- # pnpm dlx web-ext sign \
60
- # --channel unlisted \
57
+ # - working-directory: extension-${{ github.sha }}
58
+ # run: |
59
+ # pnpm dlx web-ext sign --channel unlisted \
61
60
# --api-key ${{ secrets.WEB_EXT_API_KEY }} \
62
- # --api-secret ${{ secrets.WEB_EXT_API_SECRET }} \
61
+ # --api-secret ${{ secrets.WEB_EXT_API_SECRET }}
63
62
64
- # - run: | # https://cli.github.com/manual/gh_release_create
63
+ # - working-directory: extension-${{ github.sha }}
64
+ # env:
65
+ # GH_TOKEN: ${{ github.token }}
66
+ # run: | # https://cli.github.com/manual/gh_release_create
65
67
# gh release create v${{ needs.manifest.outputs.version }} \
66
- # extension-${{ github.sha }}/ svelte-devtools.zip \
68
+ # svelte-devtools.zip web-ext-artifacts/*.xpi# svelte-devtools.xpi \
67
69
# --title ${{ needs.manifest.outputs.version }} \
68
70
# --draft --generate-notes --notes '
69
71
# Built from ${{ github.event.head_commit.id }} at https://github.com/sveltejs/svelte-devtools/actions/runs/${{ github.run_id }}
0 commit comments