Skip to content

Commit

Permalink
chore: update action config
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare committed Feb 18, 2024
1 parent 16a4655 commit c4d6fd5
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 "::set-output name=today::$(date +'%Y-%m-%d')"
run: echo "today=$(date+'%Y-%m-%d')" >> $GITHUB_OUTPUT

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

0 comments on commit c4d6fd5

Please sign in to comment.