Skip to content

Commit

Permalink
CI: Fix typo (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa authored Sep 11, 2024
1 parent 27a23d6 commit aab618c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
- name: Get Current Date
id: date
run: echo "date=$(date + '%Y-%m-%d')" >> $GITHUB_OUTPUT
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

- name: Upload Snapshot
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit aab618c

Please sign in to comment.