Skip to content

Commit

Permalink
Update build-and-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLMcGuire authored Jul 24, 2024
1 parent 7b82f30 commit 6f9b77b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ jobs:
Write-Output "VERSION=$VERSION" | Out-File -Append -FilePath $env:GITHUB_ENV
- name: Create Release
uses: actions/create-release@v1
uses: alice-biometrics/release-creator@v1.0.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.VERSION }}
release_name: ${{ env.VERSION }}
body: 'Release of version ${{ env.VERSION }}'
version: ${{ env.VERSION }}
branch: main
description: 'Release of version ${{ env.VERSION }}'

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 6f9b77b

Please sign in to comment.