Skip to content

Commit

Permalink
fix: update ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-dvsa committed May 6, 2024
1 parent 52c81c9 commit 3596d9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ on:
push

jobs:
release-please:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
outputs:
tag_name: ${{ steps.release.outputs.tag_name }}
release_created: ${{ steps.release.outputs.release_created }}
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: maven

build:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 3596d9f

Please sign in to comment.