summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b6ed396e..65446325 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -16,8 +16,12 @@ jobs:
- uses: google-github-actions/release-please-action@v3
id: release
with:
+ token: ${{ secrets.PAT }}
release-type: simple
package-name: mason.nvim
+ extra-files: |
+ README.md
+ lua/mason/version.lua
- uses: actions/checkout@v3