Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NayamAmarshe committed Jan 29, 2024
1 parent 48bcb99 commit f08d380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ VERSION }}
release_name: Release ${{ VERSION }}
tag_name: "{{ VERSION }}"
release_name: "Release {{ VERSION }}"
draft: false
prerelease: false

Expand Down

0 comments on commit f08d380

Please sign in to comment.