Skip to content

Commit

Permalink
Add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo authored Mar 24, 2022
1 parent 1a592ab commit 732e5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2

- run: |
echo TODAY=$(date +%Y.%m.%d)" >> $GITHUB_ENV
echo "TODAY=$(date +%Y.%m.%d)" >> $GITHUB_ENV
- run: |
gh release create v${{ env.TODAY }}
Expand Down

0 comments on commit 732e5fa

Please sign in to comment.