mirror of
https://github.com/logos-storage/codex-factory.git
synced 2026-01-02 13:03:07 +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
|
||||
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
|
||||
if: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.tag != 'latest' }}
|
||||
uses: gr2m/create-or-update-pull-request-action@v1
|
||||
@ -122,4 +126,4 @@ jobs:
|
||||
token: ${{ secrets.REPO_GHA_PAT }}
|
||||
repository: ethersphere/bee-js
|
||||
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 }}"}'
|
||||
|
||||
@ -76,4 +76,4 @@
|
||||
"npm": ">=6.0.0",
|
||||
"bee": "1.6.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user