Skip to content

Commit

Permalink
chore: correct release-please.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang authored May 14, 2023
1 parent 001e322 commit 6127191
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
on:
  push:
    branches:
      - main
permissions:
  contents: write
  pull-requests: write
name: release-please
jobs:
  release-please:
    runs-on: ubuntu-latest
    steps:
      - uses: google-github-actions/release-please-action@v3
        with:
          # command: github-release
          release-type: go
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
# command: github-release
release-type: go

0 comments on commit 6127191

Please sign in to comment.