Skip to content

Commit

Permalink
fix: release with also generate major version
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherysh committed Jul 30, 2024
1 parent 9c68fa0 commit 8a7623e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Release please
id: release
uses: googleapis/release-please-action@v4
with:
release-type: simple
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}

- name: Setup jq
if: steps.release.outputs.release_created == 'true'
run: sudo apt-get install -y jq

- name: Create major tag
if: steps.release.outputs.release_created == 'true'
run: |
Expand Down

0 comments on commit 8a7623e

Please sign in to comment.