We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d9cd0 commit c04cc82Copy full SHA for c04cc82
1 file changed
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: date
62
run: |
63
- wsl sh -c 'echo "RELEASE_DATE=$(date --rfc-3339=date)" >> $\{GITHUB_ENV}'
+ wsl sh -c 'echo "RELEASE_DATE=$(date --rfc-3339=date)"' >> $Env:GITHUB_ENV
64
65
- name: release
66
uses: softprops/action-gh-release@v1
0 commit comments