Skip to content

Commit

Permalink
Update release-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Apr 12, 2024
1 parent a140f9c commit 86bcba9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ env:
GH_TOKEN: ${{ secrets.RELEASE_BOT_TOKEN }}
BOT_USERNAME: ${{ secrets.RELEASE_BOT_USER_NAME }}
BOT_EMAIL: ${{ secrets.RELEASE_BOT_EMAIL }}
SHOULD_GENERATE_CHANGESET: 'true'
IS_HOTFIX: 'false'

jobs:
release:
Expand Down Expand Up @@ -157,6 +159,7 @@ jobs:
${{ runner.os }}-maven-
- name: 📣 Create Release Pull Request or Publish to npm
if: ${{ env.SHOULD_GENERATE_CHANGESET == 'true' }}
id: changesets
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 86bcba9

Please sign in to comment.