Skip to content

Commit

Permalink
Merge pull request #53 from langchain-ai/erick/release-please-2
Browse files Browse the repository at this point in the history
chore: fix release-please workflow
  • Loading branch information
efriis authored Jan 29, 2024
2 parents f064385 + 97df4ba commit 8da5976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write

env:
PYTHON_VERSION: "3.10"
Expand All @@ -14,6 +11,9 @@ env:
jobs:
release-please:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
outputs:
releases_created: ${{ steps.release.outputs.release_created }}
paths_released: ${{ steps.release.outputs.paths_released }}
Expand Down

0 comments on commit 8da5976

Please sign in to comment.