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 ce77993 commit 8eaa9ceCopy full SHA for 8eaa9ce
.github/workflows/publish-package-to-npmjs.yml
@@ -70,14 +70,12 @@ jobs:
70
sdkVersion: ${{ steps.version.outputs.package_version }}
71
createNpmJsRelease:
72
id: github_release
73
- uses: IABTechLab/uid2-shared-actions/actions/shared_create_releases@v2
+ uses: softprops/action-gh-release@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
+ with:
+ name: v${{ inputs.new_version }}
+ draft: true
81
secrets: inherit
82
publish-package:
83
if: inputs.publish_to_npm
0 commit comments