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