Skip to content

Commit

Permalink
ci(release): automate release pr
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Dec 27, 2022
1 parent 07174bf commit f7345bd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI
on:
push:
pull_request:

jobs:
release:
name: release
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
package-name: nightfox.nvim

0 comments on commit f7345bd

Please sign in to comment.