Skip to content

Commit

Permalink
.github/workflows/release.yml release-please step has id: release so …
Browse files Browse the repository at this point in the history
…other conditionals work
  • Loading branch information
gobengo committed Mar 14, 2024
1 parent 34b5065 commit b2e898b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
name: Release

env:
CI: true
FORCE_COLOR: 1

permissions:
contents: write
pull-requests: write

on:
push:
branches:
Expand All @@ -21,6 +27,7 @@ jobs:
steps:

- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/release-please-config.json
Expand Down

0 comments on commit b2e898b

Please sign in to comment.