Skip to content

Commit

Permalink
Create github tag/release
Browse files Browse the repository at this point in the history
  • Loading branch information
langleyd committed Aug 11, 2023
1 parent 1d74cf9 commit 003e4a9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,15 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
build-root-directory: platforms/android
arguments: closeAndReleaseRepository
arguments: closeAndReleaseRepository

- name: 🧬 Create release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ env.NEW_VERSION }}
release_name: Release ${{ env.NEW_VERSION }}
body: ${{ env.NEW_VERSION }} Release
draft: false
prerelease: false

0 comments on commit 003e4a9

Please sign in to comment.