Skip to content

Commit

Permalink
Merge pull request #67 from aschuhardt/beta
Browse files Browse the repository at this point in the history
Fix CI tagging problem
  • Loading branch information
aschuhardt committed Oct 31, 2023
2 parents 9f14afc + b49ed60 commit 7ff4744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,9 @@ jobs:
create_tag:
runs-on: ubuntu-latest
name: Tag Release
permissions: write-all
needs:
- read_version
- deploy_google
- deploy_fdroid
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,9 @@ jobs:
create_tag:
runs-on: ubuntu-latest
name: Tag Release
permissions: write-all
needs:
- read_version
- deploy_google
- deploy_fdroid
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit 7ff4744

Please sign in to comment.