From 52761716bfe12fe614d777b6ced1e06fc0878bc8 Mon Sep 17 00:00:00 2001 From: "Heliomar P. Marques" Date: Fri, 30 Jun 2023 19:08:55 -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 542f796..b96fcbf 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_ENV" + echo "release_date=$(date +'%b, %d %Y')" >> "$GITHUB_OUTPUT" - name: Create Release uses: softprops/action-gh-release@v1 with: body: | - ###### ${{ env.release_date }} + ###### ${{ steps.vars.outputs.release_date }} ![](https://img.shields.io/github/downloads/heliomarpm/resize-comics/${{ github.ref_name }}/total) draft: true prerelease: true