Skip to content

Commit 411ba39

Browse files
added section of yml file to publish release notes
1 parent d96c059 commit 411ba39

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish-package-to-npmjs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ jobs:
3232
with:
3333
release_type: ${{ inputs.release_type }}
3434
secrets: inherit
35+
publishForJsSdk:
36+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-docker-versioned.yaml@v3
37+
needs: incrementVersionNumber
38+
with:
39+
new_version: ${{ needs.incrementVersionNumber.outputs.new_version }}
40+
image_tag: ${{ needs.incrementVersionNumber.outputs.image_tag }}
41+
release_type: ${{ inputs.release_type }}
42+
secrets: inherit
3543
build:
3644
runs-on: ubuntu-latest
3745
needs: [incrementVersionNumber]

0 commit comments

Comments
 (0)