File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 3232 with :
3333 release_type : ${{ inputs.release_type }}
3434 secrets : inherit
35- createNpmJsRelease :
36- uses : IABTechLab/uid2-shared-actions/actions/shared_create_releases/action.yaml
37- needs : incrementVersionNumber
38- with :
39- is_release : true
40- new_version : ${{ needs.incrementVersionNumber.outputs.new_version }}
41- image_tag : ${{ needs.incrementVersionNumber.outputs.image_tag }}
42- github_token : ${{ secrets.GITHUB_TOKEN }}
43- publish_platform : Docker
44- secrets : inherit
4535 build :
4636 runs-on : ubuntu-latest
4737 needs : [incrementVersionNumber]
7868 path : ./dist/euid-sdk-${{ steps.version.outputs.package_version }}.js
7969 outputs :
8070 sdkVersion : ${{ steps.version.outputs.package_version }}
71+ createNpmJsRelease :
72+ id : github_release
73+ uses : IABTechLab/uid2-shared-actions/actions/shared_create_releases@v2
74+ needs : [incrementVersionNumber, build]
75+ with :
76+ is_release : true
77+ new_version : ${{ needs.incrementVersionNumber.outputs.new_version }}
78+ image_tag : ${{ needs.incrementVersionNumber.outputs.image_tag }}
79+ github_token : ${{ secrets.GITHUB_TOKEN }}
80+ publish_platform : Docker
81+ secrets : inherit
8182 publish-package :
8283 if : inputs.publish_to_npm
8384 needs : [build, incrementVersionNumber]
You can’t perform that action at this time.
0 commit comments