From b9c7385b6e85e716762026182a2ed6d9663d7666 Mon Sep 17 00:00:00 2001 From: Yan <15308404+OctoNezd@users.noreply.github.com> Date: Sat, 30 Dec 2023 22:37:12 +0300 Subject: [PATCH] Move release into end --- .github/workflows/make-rel.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/make-rel.yaml b/.github/workflows/make-rel.yaml index 0fa7cc7..31cbefa 100644 --- a/.github/workflows/make-rel.yaml +++ b/.github/workflows/make-rel.yaml @@ -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 @@ -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}}" \ No newline at end of file