From ee58bb8bbbcdf3d58b7cad7da25085b02ae40483 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sun, 24 Sep 2023 13:54:36 +0800 Subject: [PATCH] github/action: fixed another typo --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 14061a4..de09804 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - name: env - better defaulting of env vars + - name: env - better defaulting of env vars; id: env run: | RELEASE_REPO="${{ secrets.RELEASE_REPO }}" @@ -64,7 +64,7 @@ jobs: md5sum "$file" | cut -f1 -d' ' > "$file.md5" done - - name: "Prepare Release" + - name: "Prepare Release" uses: ncipollo/release-action@v1 with: tag: "${{steps.date.outputs.date}}"