Skip to content

Commit

Permalink
CI: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa authored and killerwife committed Sep 11, 2024
1 parent 6230f1c commit b643870
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 b643870

Please sign in to comment.