Skip to content

Instantly share code, notes, and snippets.

@saqib-github-commits
Last active August 29, 2023 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saqib-github-commits/9be4a7c0d9ea0b184702d2c5d10da652 to your computer and use it in GitHub Desktop.
Save saqib-github-commits/9be4a7c0d9ea0b184702d2c5d10da652 to your computer and use it in GitHub Desktop.
- name: Create Release on Github
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{env.version_name}}
name: Release - ${{env.version_name}}
generate_release_notes: true
prerelease: true
files: app/build/outputs/bundle/<<yourAppName>>/<<YourAppNameAndVariant>>.aab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment