Skip to content

Commit

Permalink
Make variables into strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Jul 5, 2023
1 parent 2864944 commit bf311bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/monthly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
route: POST /repos/{owner}/{repo}/releases
owner: dodona-edu
repo: dodona
tag_name: ${{ env.tag_name }}
name: ${{ env.tag_name }}
tag_name: "${{ env.tag_name }}"
name: "${{ env.tag_name }}"
discussion_category_name: "Release notes"
generate_release_notes: true
env:
Expand Down

0 comments on commit bf311bd

Please sign in to comment.