Skip to content

Commit

Permalink
chore: update version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare committed Feb 18, 2024
1 parent 44ba388 commit b78f3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Get current date
id: date
run: echo "today=$(date+'%Y-%m-%d')" >> $GITHUB_OUTPUT
run: echo "today=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT

- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit b78f3ce

Please sign in to comment.