From 536c6f2ba4e516f8479abe8b8fa891b9fe51c155 Mon Sep 17 00:00:00 2001 From: "Heliomar P. Marques" Date: Fri, 30 Jun 2023 19:06:57 -0300 Subject: [PATCH] update actions --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8996c29..542f796 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -103,13 +103,13 @@ jobs: - name: Set Variables id: vars run: | - echo "release_date=$(date +'%b, %d %Y')" >> $GITHUB_OUTPUT + echo "release_date=$(date +'%b, %d %Y')" >> "$GITHUB_ENV" - name: Create Release uses: softprops/action-gh-release@v1 with: body: | - ###### ${{ steps.vars.outputs.release_date }} + ###### ${{ env.release_date }} ![](https://img.shields.io/github/downloads/heliomarpm/resize-comics/${{ github.ref_name }}/total) draft: true prerelease: true