Fix release tag

This commit is contained in:
WardPearce
2024-05-06 16:50:33 +12:00
parent 07bd26f620
commit 86d95c28bc
+2 -1
View File
@@ -65,10 +65,11 @@ jobs:
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1
with:
artifacts: "./materialious/android/app/build/outputs/app-release-signed.aab, ./materialious/android/app/build/outputs/app-release-signed.apk"
body: ${{ steps.changelog.outputs.changelog }}
name: Release ${{ github.event.head_commit.message }}
tag: ${{ github.ref }}
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}