Skip to content

Commit

Permalink
fix: tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Feb 7, 2024
1 parent ff0ab40 commit 4f71b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
goarch: [amd64]
steps:
- name: Set BUILD_TIME env
run: echo BUILD_TIME=$(date) >> ${GITHUB_ENV}
run: echo BUILD_TIME=$(date -u +%Y%m%dT%H%M%S) >> ${GITHUB_ENV}
- name: Checkout
uses: actions/checkout@v4
- name: Run go-release-action on test code
Expand Down

0 comments on commit 4f71b55

Please sign in to comment.