Skip to content

Commit

Permalink
Fix extension build workflows issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Jun 2, 2020
1 parent 1fb3221 commit 1f53a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: echo ::set-output name=tag::$(echo ${GITHUB_REF:10})

- name: Generate Chrome manifest.json
run: make manifest browser=chrome
run: make chrome

- name: "web-ext build"
id: web-ext-build-chrome
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: echo ::set-output name=tag::$(echo ${GITHUB_REF:10})

- name: Generate Firefox manifest.json
run: make manifest browser=firefox
run: make firefox

- name: "web-ext build"
id: web-ext-build-firefox
Expand Down

0 comments on commit 1f53a87

Please sign in to comment.