Skip to content

Commit

Permalink
chore: use tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Oct 3, 2023
1 parent de0bad7 commit 6b38178
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:

- name: Test
run: npm run test:cov
- run: echo "https://github.com/nobkd/replace-maps/archive/refs/tags/${{ github.ref_name }}.zip"

- run: echo "https://github.com/nobkd/replace-maps/archive/refs/tags/${{ github.event.release.tag_name }}.zip"
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
with:
addon-id: "replace_maps@nobkd.github.io"
addon-path: "out/replace_maps.zip"
source-path: "https://github.com/nobkd/replace-maps/archive/refs/tags/${{ github.ref_name }}.zip"
source-path: "https://github.com/nobkd/replace-maps/archive/refs/tags/${{ github.event.release.tag_name }}.zip"
approval-note: |
Follow the instructions in AMO-README.md
auth-api-issuer: ${{ secrets.AUTH_API_ISSUER }}
auth-api-secret: ${{ secrets.AUTH_API_SECRET }}

# TODO: upload signed extension artifact
# TODO: upload signed extension to release artifacts
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package-lock.json
*.md
.github
dist
out
coverage

0 comments on commit 6b38178

Please sign in to comment.