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 ec1bc0b commit 8f6e00a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MY_APP_VERSION: ${{ var.MY_APP_VERSION }}
MY_APP_VERSION: ${{ env.MY_APP_VERSION }}
with:
tag_name: ${{ var.MY_APP_VERSION }}
release_name: Release ${{ var.MY_APP_VERSION }}
tag_name: ${{ env.MY_APP_VERSION }}
release_name: Release ${{ env.MY_APP_VERSION }}
body: Automated Release
draft: false
prerelease: false

0 comments on commit 8f6e00a

Please sign in to comment.