Skip to content

Commit

Permalink
Temporarily disable tag requirement (TEST)
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Oct 9, 2024
1 parent 17b0f3f commit 0076d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
compression-level: 0

- name: Attest the extension source
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v')
uses: actions/attest-build-provenance@v1
with:
subject-path: extension/dist/firefoxpwa-*-source.zip
Expand All @@ -120,7 +120,7 @@ jobs:
compression-level: 0

- name: Attest the compiled extension
if: startsWith(github.ref, 'refs/tags/v')
# if: startsWith(github.ref, 'refs/tags/v')
uses: actions/attest-build-provenance@v1
with:
subject-path: extension/dist/firefoxpwa-*-compiled.zip
Expand Down

0 comments on commit 0076d53

Please sign in to comment.