Skip to content

Commit

Permalink
fix: RELEASED_FROM_MAIN input
Browse files Browse the repository at this point in the history
  • Loading branch information
velramiir committed Oct 30, 2024
1 parent e42df15 commit efed97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr-after-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
GH_BOT_PAT: ${{ secrets.GH_BOT_PAT }}
CR_PAT: ${{ secrets.CR_PAT }}
with:
RELEASED_FROM_MAIN: ${{ github.event.pull_request.head == 'main' }}
RELEASED_FROM_MAIN: "${{ github.event.pull_request.head.ref == 'main' }}"
SERVICE_TYPE: node

0 comments on commit efed97a

Please sign in to comment.