Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Aug 27, 2022
1 parent 0227c04 commit 1eb996b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
echo "tag=${today}" >> ${GITHUB_ENV}
- name: Tag and Release
uses: avakar/tag-and-release@8f4b627f03fe59381267d3925d39191e27f44236
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.tag }}
generateReleaseNotes: true

0 comments on commit 1eb996b

Please sign in to comment.