renovate/configure 2022-11-29
Alpha Chen 2 years ago
parent 8398ebc432
commit eb0c8fa604
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -21,7 +21,10 @@ jobs:
bundler-cache: true bundler-cache: true
- run: bundle exec rake - run: bundle exec rake
- run: zip -rqj emoji.alfredsnippets build/* - run: zip -rqj emoji.alfredsnippets build/*
- id: date
run: echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- uses: ncipollo/release-action@v1 - uses: ncipollo/release-action@v1
with: with:
artifacts: emoji.alfredsnippets artifacts: emoji.alfredsnippets
tag: ${{ github.sha }} tag: ${{ steps.date.outputs.DATE }}

Loading…
Cancel
Save