Skip to content

Commit

Permalink
Correct android-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Archdoog authored Jul 20, 2024
1 parent 6d59811 commit 373331e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Gradle Package
on:
release:
types: [published]
workflow_dispatch
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
run: ./gradlew publish
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 373331e

Please sign in to comment.