Skip to content

Commit

Permalink
Updated ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bottiger committed Jun 25, 2024
1 parent a3c959e commit 1a78018
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,17 @@ jobs:

if: startsWith(github.ref, 'refs/tags/v')
steps:

- name: "Checkout"
uses: actions/checkout@v3

- name: "web-ext build"
id: web-ext-build
uses: kewisch/action-web-ext@v1
with:
cmd: build
source: src
filename: "{name}-{version}.xpi"

- name: "Web Ext Sign"
id: web-ext-sign
uses: kewisch/action-web-ext@v1
Expand Down

0 comments on commit 1a78018

Please sign in to comment.