Skip to content

Commit

Permalink
fix: test ci automation
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed May 26, 2023
1 parent f73e8a5 commit c606d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -21,3 +19,5 @@ jobs:
- run: |
cd dist/ngx-intl
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c606d94

Please sign in to comment.