diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 07fa709..d719386 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,6 +9,8 @@ jobs: build-and-release: name: 'Build project, run CI checks and publish new release' uses: fingerprintjs/dx-team-toolkit/.github/workflows/release-typescript-project.yml@v1 + with: + distFolderNeedForRelease: true secrets: GH_RELEASE_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }} NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}