Skip to content

Commit

Permalink
ci: update release-please-action
Browse files Browse the repository at this point in the history
  • Loading branch information
higebu committed Sep 2, 2024
1 parent 00cdb28 commit 1679234
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ on:
branches:
- master

permissions:
contents: write
pull-requests: write

jobs:
release:
runs-on: ubuntu-latest

steps:
- uses: GoogleCloudPlatform/release-please-action@v3
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.GH_TOKEN }}
release-type: ruby
version-file: lib/vagrant-vyos/version.rb

Expand Down

0 comments on commit 1679234

Please sign in to comment.