diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1989813d1..b513e2c5e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,8 +21,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: v${{ steps.package-version.outputs.current-version }} generate_release_notes: true + tag_name: v${{ steps.package-version.outputs.current-version }} + target_commitish: main publishPackage: name: Publish New Package runs-on: ubuntu-latest diff --git a/projects/go-lib/.npmrc b/projects/go-lib/.npmrc new file mode 100644 index 000000000..bd3327ab5 --- /dev/null +++ b/projects/go-lib/.npmrc @@ -0,0 +1 @@ +//registry.npmjs.org/:_authToken=${NPM_TOKEN} \ No newline at end of file diff --git a/projects/go-lib/ng-package.json b/projects/go-lib/ng-package.json index 91d5317ec..3912c5aaf 100644 --- a/projects/go-lib/ng-package.json +++ b/projects/go-lib/ng-package.json @@ -5,6 +5,7 @@ "entryFile": "src/public_api.ts" }, "assets": [ - "styles" + "styles", + ".npmrc" ] } \ No newline at end of file diff --git a/projects/go-lib/package.json b/projects/go-lib/package.json index abea3961b..b2ded8e4f 100644 --- a/projects/go-lib/package.json +++ b/projects/go-lib/package.json @@ -1,6 +1,6 @@ { "name": "@tangoe/goponents", - "version": "1.14.1", + "version": "1.14.2", "repository": { "type": "git", "url": "git+https://github.com/mobi/goponents.git"