Skip to content

Commit

Permalink
Merge pull request #861 from mobi/cd_workflow_fixes
Browse files Browse the repository at this point in the history
Cd workflow fixes
  • Loading branch information
grahamhency authored Dec 7, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 487fa87 + c8cfca4 commit 074a1c2
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
@@ -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
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
@@ -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"

0 comments on commit 074a1c2

Please sign in to comment.