|
|
@ -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 }}
|
|
|
|