Skip to content

Commit 9ee2f4e

Browse files
creating release workflow
1 parent 411ba39 commit 9ee2f4e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,16 @@ 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
35+
createNpmJsRelease:
36+
uses: IABTechLab/uid2-shared-actions/actions/shared_create_releases/action.yaml
3737
needs: incrementVersionNumber
3838
with:
39+
is_release: true
3940
new_version: ${{ needs.incrementVersionNumber.outputs.new_version }}
4041
image_tag: ${{ needs.incrementVersionNumber.outputs.image_tag }}
41-
release_type: ${{ inputs.release_type }}
42+
github_token: ${{ secrets.GITHUB_TOKEN }}
43+
publish_platform: Docker
44+
repo:
4245
secrets: inherit
4346
build:
4447
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)