Skip to content

Commit

Permalink
fix: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Dec 30, 2023
1 parent 16f15ca commit b288c22
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 49 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
run: mv build/app/outputs/apk/release/app-release.apk revanced-manager-${{ env.RELEASE_VERSION }}.apk

- name: Publish release APK
uses: "marvinpinto/action-automatic-releases@latest"
uses: "svenstaro/upload-release-action@v2"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: ${{ env.BRANCH == 'dev' }}
automatic_release_tag: ${{ env.RELEASE_VERSION }}
files: revanced-manager-${{ env.RELEASE_VERSION }}.apk
tag: ${{ env.RELEASE_VERSION }}
file: revanced-manager-${{ env.RELEASE_VERSION }}.apk
7 changes: 7 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
"pubspec.yaml"
]
}
],
[
"@saithodev/semantic-release-backmerge",
{
"backmergeBranches": [{"from": "main", "to": "dev"}],
"clearWorkspace": true
}
]
]
}
46 changes: 0 additions & 46 deletions .releaserc.release.json

This file was deleted.

0 comments on commit b288c22

Please sign in to comment.