Skip to content

Commit

Permalink
fix: release on PR closed (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
darshit-s3 committed Sep 4, 2024
1 parent 21708d8 commit 2d6a9be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release_langtrace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ on:
- main
types:
- closed
paths-ignore:
- '*.md'
- 'LICENSE'
- '.gitignore'

jobs:
generate-version:
if: github.event.pull_request.merged == true && !contains(github.event.pull_request.labels.*.name, 'skip-release')
runs-on: ubuntu-latest
outputs:
new_version: ${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 2d6a9be

Please sign in to comment.