Skip to content

Commit

Permalink
double check
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed Sep 4, 2024
1 parent 1a9cdbd commit d166d71
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
sign:
runs-on: ubuntu-latest
needs: [manifest, bundle]
env:
GH_TOKEN: ${{ github.token }}

# if: |
# github.repository == 'sveltejs/svelte-devtools' &&
Expand All @@ -53,17 +51,21 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/download-artifact@v4
- run: ls -al extension-${{ github.sha }}
- working-directory: extension-${{ github.sha }}
run: ls -al

# - run: |
# pnpm dlx web-ext sign \
# --channel unlisted \
# - working-directory: extension-${{ github.sha }}
# run: |
# pnpm dlx web-ext sign --channel unlisted \
# --api-key ${{ secrets.WEB_EXT_API_KEY }} \
# --api-secret ${{ secrets.WEB_EXT_API_SECRET }} \
# --api-secret ${{ secrets.WEB_EXT_API_SECRET }}

# - run: | # https://cli.github.com/manual/gh_release_create
# - working-directory: extension-${{ github.sha }}
# env:
# GH_TOKEN: ${{ github.token }}
# run: | # https://cli.github.com/manual/gh_release_create
# gh release create v${{ needs.manifest.outputs.version }} \
# extension-${{ github.sha }}/svelte-devtools.zip \
# svelte-devtools.zip web-ext-artifacts/*.xpi#svelte-devtools.xpi \
# --title ${{ needs.manifest.outputs.version }} \
# --draft --generate-notes --notes '
# Built from ${{ github.event.head_commit.id }} at https://github.com/sveltejs/svelte-devtools/actions/runs/${{ github.run_id }}
Expand Down

0 comments on commit d166d71

Please sign in to comment.