Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthonyive authored Oct 9, 2023
1 parent 8f05dd4 commit dfdec1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# format datetime to 'v2021.6.26'
- name: Set version number
run: echo "{NOW}={$(date +'v%Y.%m.%d')}" >> $GITHUB_OUTPUT
run: echo "NOW=$(date +'v%Y.%m.%d')" >> $GITHUB_OUTPUT
#echo "::set-env name=NOW::$(date +'v%Y.%m.%d')"
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
Expand Down

0 comments on commit dfdec1e

Please sign in to comment.