From d548a630c5ed0de91c0b3ccaae7ee9a42364bed4 Mon Sep 17 00:00:00 2001 From: "Felipe M." Date: Sun, 5 Jan 2025 11:46:17 +0100 Subject: [PATCH] v1.7.0.2 --- .github/workflows/autorelease.yml | 20 -------------------- manifest.json | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index d9467a2..c7bc388 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -15,26 +15,7 @@ jobs: outputs: VERSION: ${{ steps.get_version.outputs.VERSION }} - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 - ref: master - - - name: get version - id: get_version - run: echo ::set-output name=VERSION::v$(cat manifest.json | jq -r .version) - - - name: Tag release - run: | - git config user.email "go-shiori@users.noreply.github.com" - git config user.name "shiori" - git tag -a ${{ steps.get_version.outputs.VERSION }} -m "tag release ${{ steps.get_version.outputs.VERSION }}" - git push --follow-tags - call-build: - needs: tag-release uses: ./.github/workflows/_webext-build.yml secrets: signKey: ${{ secrets.AMO_SIGN_KEY }} @@ -42,7 +23,6 @@ jobs: call-release: needs: - - tag-release - call-build uses: ./.github/workflows/_release.yml with: diff --git a/manifest.json b/manifest.json index 4ca0103..a93222e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "version": "1.7.0.1", + "version": "1.7.0.2", "name": "Shiori", "author": "Go-Shiori Team", "description": "Web extension for Shiori, a simple bookmark manager.",