mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-07 15:33:11 +00:00
ci: update bee version trigger event name (#175)
This commit is contained in:
parent
5adc32fdf6
commit
deb445f462
6
.github/workflows/publish.yaml
vendored
6
.github/workflows/publish.yaml
vendored
@ -103,6 +103,10 @@ jobs:
|
|||||||
field: engines.bee
|
field: engines.bee
|
||||||
value: ${{ env.BEE_VERSION }}
|
value: ${{ env.BEE_VERSION }}
|
||||||
|
|
||||||
|
- name: Add trailing new-line to package.json
|
||||||
|
if: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.tag != 'latest' }}
|
||||||
|
run: printf "\n" >> package.json
|
||||||
|
|
||||||
- name: Create/update PR
|
- name: Create/update PR
|
||||||
if: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.tag != 'latest' }}
|
if: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.tag != 'latest' }}
|
||||||
uses: gr2m/create-or-update-pull-request-action@v1
|
uses: gr2m/create-or-update-pull-request-action@v1
|
||||||
@ -122,4 +126,4 @@ jobs:
|
|||||||
token: ${{ secrets.REPO_GHA_PAT }}
|
token: ${{ secrets.REPO_GHA_PAT }}
|
||||||
repository: ethersphere/bee-js
|
repository: ethersphere/bee-js
|
||||||
event-type: update-bee
|
event-type: update-bee
|
||||||
client-payload: '{"imageVersion": "${{ steps.build.outputs.full-version }}", "apiVersion": "${{ steps.build.outputs.api-version }}", "debugApiVersion": "${{ steps.build.outputs.debug-api-version }}"}'
|
client-payload: '{"beeVersion": "${{ steps.build.outputs.full-version }}", "apiVersion": "${{ steps.build.outputs.api-version }}", "debugApiVersion": "${{ steps.build.outputs.debug-api-version }}"}'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user