We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131ea25 commit 50b6bb7Copy full SHA for 50b6bb7
.github/workflows/continue-release-production.yml
@@ -4,8 +4,7 @@ on:
4
workflow_dispatch:
5
inputs:
6
tag:
7
- description:
8
- Tag of the release to continue.
+ description: Tag of the release to continue.
9
type: string
10
11
jobs:
@@ -65,3 +64,8 @@ jobs:
65
64
run: |
66
jf rt copy --flat "swtools/external/ncd/launcher/$TAG/" web-assets-com_nordicsemi/external/swtools/ncd/launcher/$TAG/
67
jf rt copy --flat "swtools/external/ncd/launcher/latest*" web-assets-com_nordicsemi/external/swtools/ncd/launcher/
+
68
+ publish-docs:
69
+ uses: ./.github/workflows/zoomin-publish.yml
70
+ needs: continue-release
71
+ secrets: inherit
0 commit comments