Skip to content

Commit 8eaa9ce

Browse files
directly using softprops release use
1 parent ce77993 commit 8eaa9ce

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,12 @@ jobs:
7070
sdkVersion: ${{ steps.version.outputs.package_version }}
7171
createNpmJsRelease:
7272
id: github_release
73-
uses: IABTechLab/uid2-shared-actions/actions/shared_create_releases@v2
73+
uses: softprops/action-gh-release@v2
7474
needs: [incrementVersionNumber, build]
7575
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
76+
with:
77+
name: v${{ inputs.new_version }}
78+
draft: true
8179
secrets: inherit
8280
publish-package:
8381
if: inputs.publish_to_npm

0 commit comments

Comments
 (0)