Skip to content

Commit

Permalink
ci: update release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Sep 3, 2024
1 parent ba3d392 commit 9efef1c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
permissions:
contents: write
pull-requests: write

name: Release Please

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -10,9 +16,7 @@ jobs:
name: release
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
- uses: googleapis/release-please-action@v4
with:
release-type: simple
package-name: rocks-dev.nvim
token: ${{ secrets.PAT }}

0 comments on commit 9efef1c

Please sign in to comment.