Skip to content

Commit

Permalink
ci: fix github actions syntax error (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta authored Mar 22, 2024
1 parent 8b7f822 commit eb8ac57
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,10 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ steps.semver.outputs.nextStrict }}

- provision_canary:
name: Provision Canary
runs-on: ubuntu-latest
steps:
- name: Provision canary
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.NUON_BOT_GITHUB_TOKEN }}
repository: powertoolsdev/mono
event-type: provision_canary
client-payload: '{"version": "${{ inputs.tag }}" }'

- name: Provision canary
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.NUON_BOT_GITHUB_TOKEN }}
repository: powertoolsdev/mono
event-type: provision_canary
client-payload: '{"version": "${{ inputs.tag }}" }'

0 comments on commit eb8ac57

Please sign in to comment.