Skip to content

Commit

Permalink
Merge pull request #147 from IABTechLab/ans-UID2-4013-make-release-on…
Browse files Browse the repository at this point in the history
…-sdk-release

Ans UI d2 4013 make release on sdk release
  • Loading branch information
ashleysmithTTD authored Jan 30, 2025
2 parents d96c059 + eb89f07 commit dad9515
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-package-to-npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ jobs:
path: ./dist/euid-sdk-${{ steps.version.outputs.package_version }}.js
outputs:
sdkVersion: ${{ steps.version.outputs.package_version }}
createNpmJsRelease:
id: github_release
uses: softprops/action-gh-release@v2
needs: [incrementVersionNumber, build]
with:
name: v${{ inputs.new_version }}
draft: true
publish-package:
if: inputs.publish_to_npm
needs: [build, incrementVersionNumber]
Expand Down

0 comments on commit dad9515

Please sign in to comment.