Skip to content

Commit

Permalink
directly using softprops release use
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Jan 30, 2025
1 parent ce77993 commit 8eaa9ce
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish-package-to-npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,12 @@ jobs:
sdkVersion: ${{ steps.version.outputs.package_version }}
createNpmJsRelease:
id: github_release
uses: IABTechLab/uid2-shared-actions/actions/shared_create_releases@v2
uses: softprops/action-gh-release@v2
needs: [incrementVersionNumber, build]
with:
is_release: true
new_version: ${{ needs.incrementVersionNumber.outputs.new_version }}
image_tag: ${{ needs.incrementVersionNumber.outputs.image_tag }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_platform: Docker
with:
name: v${{ inputs.new_version }}
draft: true
secrets: inherit
publish-package:
if: inputs.publish_to_npm
Expand Down

0 comments on commit 8eaa9ce

Please sign in to comment.