diff --git a/.github/workflows/gen_code.yaml b/.github/workflows/gen_code.yaml index 3230b4f..8b7977a 100644 --- a/.github/workflows/gen_code.yaml +++ b/.github/workflows/gen_code.yaml @@ -64,7 +64,7 @@ jobs: - name: Generate release tag id: tag run: | - echo "::set-output name=release_tag::UserBuild_$(date +"%Y.%m.%d_%H-%M")" + echo "::set-output name=release_tag::UserBuild_$(date +"%Y.%m.%d_%H-%M")" - name: Release uses: softprops/action-gh-release@v1