Skip to content

Commit

Permalink
added section of yml file to publish release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Jan 29, 2025
1 parent d96c059 commit 411ba39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish-package-to-npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
with:
release_type: ${{ inputs.release_type }}
secrets: inherit
publishForJsSdk:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-docker-versioned.yaml@v3
needs: incrementVersionNumber
with:
new_version: ${{ needs.incrementVersionNumber.outputs.new_version }}
image_tag: ${{ needs.incrementVersionNumber.outputs.image_tag }}
release_type: ${{ inputs.release_type }}
secrets: inherit
build:
runs-on: ubuntu-latest
needs: [incrementVersionNumber]
Expand Down

0 comments on commit 411ba39

Please sign in to comment.