Skip to content

Commit

Permalink
“release”
Browse files Browse the repository at this point in the history
  • Loading branch information
sergdeus committed Mar 4, 2024
1 parent b044cb1 commit 07eccc0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build_from_tags_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,3 @@ jobs:
artifacts: "build/app/outputs/flutter-apk/*.apk"
bodyFile: "RELEASE.md"
token: ${{ secrets.RELEASE_TOKEN }}

- name: Add tags for F-Droid releases
run: |
git checkout fdroid_ad
git tag -a "v${{ steps.split.outputs._1 }}-fdroid"
git checkout fdroid_lm
git tag -a "v${{ steps.split.outputs._1 }}-fdroid-lm"

0 comments on commit 07eccc0

Please sign in to comment.