Skip to content

Commit

Permalink
Merge pull request #862 from mobi/dev
Browse files Browse the repository at this point in the history
v1.14.2
  • Loading branch information
grahamhency authored Dec 7, 2021
2 parents 637b29e + 074a1c2 commit 12ad959
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions projects/go-lib/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
3 changes: 2 additions & 1 deletion projects/go-lib/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"entryFile": "src/public_api.ts"
},
"assets": [
"styles"
"styles",
".npmrc"
]
}
2 changes: 1 addition & 1 deletion projects/go-lib/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 12ad959

Please sign in to comment.