Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLow committed Jun 17, 2024
1 parent f1e1b4c commit da4ef6c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
branches:
- main

permissions:
contents: read

name: release-please
jobs:
release-please:
Expand All @@ -14,7 +17,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release

build:
Expand Down Expand Up @@ -94,4 +97,4 @@ jobs:
run: >-
gh release upload
${{ needs.release-please.outputs.tag_name }} dist/**
--repo '${{ github.repository }}'
--repo '${{ github.repository }}'

0 comments on commit da4ef6c

Please sign in to comment.