Skip to content

Commit

Permalink
creating release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Jan 29, 2025
1 parent 411ba39 commit 9ee2f4e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish-package-to-npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,16 @@ jobs:
with:
release_type: ${{ inputs.release_type }}
secrets: inherit
publishForJsSdk:
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-docker-versioned.yaml@v3
createNpmJsRelease:
uses: IABTechLab/uid2-shared-actions/actions/shared_create_releases/action.yaml
needs: incrementVersionNumber
with:
is_release: true
new_version: ${{ needs.incrementVersionNumber.outputs.new_version }}
image_tag: ${{ needs.incrementVersionNumber.outputs.image_tag }}
release_type: ${{ inputs.release_type }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_platform: Docker
repo:
secrets: inherit
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9ee2f4e

Please sign in to comment.