Skip to content

Commit

Permalink
ci: add release-please workflow (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy authored Dec 23, 2023
1 parent 4471de6 commit 8ca92ba
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: release

on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-22.04
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
package-name: hawtkeys.nvim

0 comments on commit 8ca92ba

Please sign in to comment.