Skip to content

Commit 5276171

Browse files
committed
update actions
1 parent 536c6f2 commit 5276171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ jobs:
103103
- name: Set Variables
104104
id: vars
105105
run: |
106-
echo "release_date=$(date +'%b, %d %Y')" >> "$GITHUB_ENV"
106+
echo "release_date=$(date +'%b, %d %Y')" >> "$GITHUB_OUTPUT"
107107
108108
- name: Create Release
109109
uses: softprops/action-gh-release@v1
110110
with:
111111
body: |
112-
###### ${{ env.release_date }}
112+
###### ${{ steps.vars.outputs.release_date }}
113113
![](https://img.shields.io/github/downloads/heliomarpm/resize-comics/${{ github.ref_name }}/total)
114114
draft: true
115115
prerelease: true

0 commit comments

Comments
 (0)