Skip to content

Commit

Permalink
Move release into end
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoNezd authored Dec 30, 2023
1 parent 22e5a20 commit b9c7385
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/make-rel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ jobs:
uses: zoexx/github-action-json-file-properties@release
with:
file_path: "dist/manifest.json"
- name: Release
uses: softprops/action-gh-release@v1
id: release
with:
files: oldlander.crx,web-ext-artifacts/*.xpi,web-ext-artifacts/*.zip,dist/oldlander.user.js
tag_name: "${{steps.manifest.outputs.version}}"
- name: Update Chrome update manifest
if: ${{ matrix.make_target == 'chrome' }}
uses: jacobtomlinson/gha-find-replace@v3
Expand Down Expand Up @@ -82,3 +76,9 @@ jobs:
env:
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}
- name: Release
uses: softprops/action-gh-release@v1
id: release
with:
files: oldlander.crx,web-ext-artifacts/*.xpi,web-ext-artifacts/*.zip,dist/oldlander.user.js
tag_name: "${{steps.manifest.outputs.version}}"

0 comments on commit b9c7385

Please sign in to comment.