Skip to content

Commit

Permalink
v1.7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Jan 5, 2025
1 parent aa50b15 commit d548a63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,14 @@ 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 "[email protected]"
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 }}
signSecret: ${{ secrets.AMO_SIGN_SECRET }}

call-release:
needs:
- tag-release
- call-build
uses: ./.github/workflows/_release.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit d548a63

Please sign in to comment.