Skip to content

Commit 8f97d00

Browse files
Feat/implement adr0019 iiii (#519)
### Proposed Changes * change 1 * change 2 ### Checklist - [ ] Tests - [ ] Translations - [ ] Security Implications Contemplated (add notes if applicable) ### Additional Info ** any additional useful context or info ** ### Screenshots Original | Updated :-------------------------:|:-------------------------: ** original screenshot ** | ** updated screenshot ** fixes #515 --------- Co-authored-by: Kevin <kfariid@gmail.com>
1 parent 700ac30 commit 8f97d00

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/cicd_3-trunk.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,13 @@ jobs:
147147
github.event_name != 'workflow_dispatch'
148148
runs-on: ubuntu-${{ vars.UBUNTU_RUNNER_VERSION || '24.04' }}
149149
steps:
150+
# Required before referencing any local (./) action below — the runner's
151+
# workspace is otherwise empty, so GitHub can't locate deploy-javascript-sdk's or
152+
# notify-slack's action.yml (same gap already hit and fixed once in
153+
# cicd_release-sdk.yml's publish job).
154+
- name: 'Checkout'
155+
uses: actions/checkout@v4
156+
150157
- name: 'Compute next version'
151158
id: next-version
152159
env:

0 commit comments

Comments
 (0)