Skip to content

Commit c04cc82

Browse files
committed
Try pwsh syntax?
1 parent 83d9cd0 commit c04cc82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: date
6262
run: |
63-
wsl sh -c 'echo "RELEASE_DATE=$(date --rfc-3339=date)" >> $\{GITHUB_ENV}'
63+
wsl sh -c 'echo "RELEASE_DATE=$(date --rfc-3339=date)"' >> $Env:GITHUB_ENV
6464
6565
- name: release
6666
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)