We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96c059 commit 411ba39Copy full SHA for 411ba39
.github/workflows/publish-package-to-npmjs.yml
@@ -32,6 +32,14 @@ jobs:
32
with:
33
release_type: ${{ inputs.release_type }}
34
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
43
build:
44
runs-on: ubuntu-latest
45
needs: [incrementVersionNumber]
0 commit comments