mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-20 01:38:01 +00:00
test
This commit is contained in:
9
.github/workflows/firebase-release.yml
vendored
9
.github/workflows/firebase-release.yml
vendored
@@ -49,3 +49,12 @@ jobs:
|
|||||||
prerelease: true
|
prerelease: true
|
||||||
title: ${{ steps.version.outputs.version }}
|
title: ${{ steps.version.outputs.version }}
|
||||||
files: release_note.txt
|
files: release_note.txt
|
||||||
|
|
||||||
|
- name: Create Release
|
||||||
|
uses: ncipollo/release-action@v1.13.0
|
||||||
|
with:
|
||||||
|
artifacts: 'path/to/artifact.tar.gz,another/path/to/artifact.txt' # Add your artifact paths
|
||||||
|
body: 'Release notes for version ${{ steps.version.outputs.version }}' # Customize your release notes
|
||||||
|
commit: ${{ github.sha }} # Use the commit hash of the current workflow run
|
||||||
|
tag: '${{ steps.version.outputs.version }}' # Specify the tag for the release
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }} # GitHub token for authentication
|
||||||
|
|||||||
Reference in New Issue
Block a user