renovate/configure
Alpha Chen 2 years ago
parent 0cf8f22eb6
commit c081e99fc3
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -0,0 +1,26 @@
name: Release
on:
push:
branches:
- main
paths:
- Gemfile
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rake
- run: zip -rqj emoji.alfredsnippets emoji/*
- uses: ncipollo/release-action@v1
with:
artifacts: emoji.alfredsnippets
Loading…
Cancel
Save