Skip to content

Commit

Permalink
Update manual_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyHai authored May 3, 2024
1 parent b82617a commit a2fb1c5
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/manual_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,24 @@ jobs:
name: BanUninstall
path: app/build/outputs/apk/release/*.apk

- name: Release to current repository
uses: softprops/action-gh-release@v2
with:
name: BanUninstall
tag_name: ${{ env.TAG_NAME }}
body_path: ${{ github.workspace }}/CHANGELOG.md
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
files: |
app/build/outputs/apk/release/*.apk
# - name: Release to current repository
# uses: softprops/action-gh-release@v2
# with:
# name: BanUninstall
# tag_name: ${{ env.TAG_NAME }}
# body_path: ${{ github.workspace }}/CHANGELOG.md
# token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
# files: |
# app/build/outputs/apk/release/*.apk

- name: Release to xposed module repository
uses: softprops/action-gh-release@v2
if: ${{ inputs.publish }}
with:
name: ${{ format('BanUninstall_{0}', env.TAG_NAME) }}
tag_name: ${{ env.TAG_NAME }}
body_path: ${{ github.workspace }}/CHANGELOG.md
repository: Xposed-Modules-Repo/cn.tinyhai.ban_uninstall
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
files: |
app/build/outputs/apk/release/*.apk
# - name: Release to xposed module repository
# uses: softprops/action-gh-release@v2
# if: ${{ inputs.publish }}
# with:
# name: ${{ format('BanUninstall_{0}', env.TAG_NAME) }}
# tag_name: ${{ env.TAG_NAME }}
# body_path: ${{ github.workspace }}/CHANGELOG.md
# repository: Xposed-Modules-Repo/cn.tinyhai.ban_uninstall
# token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
# files: |
# app/build/outputs/apk/release/*.apk

0 comments on commit a2fb1c5

Please sign in to comment.