Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fscarponi committed May 23, 2024
1 parent 993b524 commit 0a6d75d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish to Marketplace
on:
release:
types: [ published ]
branches: [ releases/233 ]
branches: [ releases/232 ]

jobs:
publish:
Expand All @@ -20,7 +20,6 @@ jobs:
RUN_NUMBER: ${{ github.run_number }}
RUN_ATTEMPT: ${{ github.run_attempt }}
CHANGE_NOTES: ${{ github.event.release.body }}
KMP: true
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 0a6d75d

Please sign in to comment.