Skip to content

Commit

Permalink
🔖 Prepare automatic releaser
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Jan 13, 2025
1 parent 7b313af commit 89747f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
gpg-private-key: '${{ secrets.GPG_KEY }}'
- id: 'step-4'
name: 'Run Bump Version Script'
run: 'app/bump_version.main.kts ${{ github.event.inputs.version_type }} ${{ github.event.inputs.changelog }}'
run: 'app/bump_version.main.kts "${{ github.event.inputs.version_type }}" "${{ github.event.inputs.changelog }}"'
- id: 'step-5'
name: 'Create APK'
uses: 'gradle/gradle-build-action@v3'
Expand All @@ -69,8 +69,8 @@ jobs:
name: 'Create release'
uses: 'softprops/action-gh-release@v2'
with:
name: '${{ github.GITHUB_REF_NAME }}'
tag_name: '${{ github.GITHUB_REF_NAME }}'
name: '${{ steps.step-4.outputs.version }}'
tag_name: '${{ steps.step-4.outputs.version }}'
draft: 'false'
files: |-
app/build/outputs/apk/github/release/app-github-release.apk
Expand Down

0 comments on commit 89747f9

Please sign in to comment.