Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
heliomarpm committed Jun 30, 2023
1 parent 536c6f2 commit 5276171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5276171

Please sign in to comment.