Skip to content

Commit

Permalink
feat: version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeF0x committed Dec 13, 2022
1 parent 41862f2 commit 3041ee1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
registry-url: 'https://registry.npmjs.org/'
always-auth: true
scope: '@hetznercloud'
- name: install dependencies
run: yarn install --frozen-lockfile
- name: build
run: yarn build
- name: publish
run: cd ./dist/ngx-translate-mock && npm publish --access public
run: cd ./dist/ngx-translate-mock && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion projects/ngx-translate-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@hetznercloud/ngx-translate-mock",
"repository": "https://github.com/hetznercloud/ngx-translate-mock",
"license": "MIT",
"version": "1.0.0",
"version": "1.1.0",
"peerDependencies": {
"@angular/core": ">=14",
"@ngx-translate/core": "^14.0.0",
Expand Down

0 comments on commit 3041ee1

Please sign in to comment.