File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments