Skip to content

Commit

Permalink
fix tag input and release designation for release creation (#29522)
Browse files Browse the repository at this point in the history
Co-authored-by: Curt Bonade <cbonade@Curts-MacBook-Pro.local>
  • Loading branch information
CBonade and Curt Bonade committed May 1, 2024
1 parent 0216853 commit ab3975e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.bump-tag-version.outputs.v_patch }}
release_name: vets-website/${{ steps.bump-tag-version.outputs.v_patch }}
tag_name: ${{ needs.set-env.outputs.LATEST_TAG_VERSION }}
release_name: vets-website/${{ needs.set-env.outputs.LATEST_TAG_VERSION }}

deploy:
name: Deploy
Expand Down

0 comments on commit ab3975e

Please sign in to comment.