Skip to content

Commit

Permalink
fix(release-please): update syntax to support v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi Markan committed Dec 22, 2023
1 parent 1e58470 commit ed85fd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ run-name: Executing release on ${{ github.repository }} 🚀

on:
push:
branches: [fix/EMS-2484-release-please-v-4-update]
branches: [main]

permissions:
contents: write
Expand All @@ -24,6 +24,5 @@ jobs:
with:
token: ${{ secrets.RELEASE_TOKEN }}
release-type: node
target-branch: fix/EMS-2484-release-please-v-4-update
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

0 comments on commit ed85fd7

Please sign in to comment.