From eb0c8fa604e5d5438ddde258d43499dadbe61656 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 28 Nov 2022 21:35:18 -0800 Subject: [PATCH] mu --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf407da..e40c9d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,10 @@ jobs: bundler-cache: true - run: bundle exec rake - run: zip -rqj emoji.alfredsnippets build/* + + - id: date + run: echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT - uses: ncipollo/release-action@v1 with: artifacts: emoji.alfredsnippets - tag: ${{ github.sha }} + tag: ${{ steps.date.outputs.DATE }}