Skip to content

Commit

Permalink
ci: bump release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Aug 20, 2024
1 parent 08854d0 commit 007fe7f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,17 @@ permissions:
name: Release Please

on:
workflow_dispatch:
push:
branches:
- master
workflow_dispatch:

jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
- uses: googleapis/release-please-action@v4
with:
release-type: simple
package-name: lz.n
token: ${{ secrets.PAT }}

0 comments on commit 007fe7f

Please sign in to comment.