Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Jul 29, 2023
1 parent b6201b9 commit 5b1e64d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ jobs:
node-version: 18.12.1

- run: |
echo "${{env.npm_feed_feedzio}}:_authToken=${{secrets.FEEDZ_API_KEY}}"
echo "${{env.npm_feed_feedzio}}:_authToken=${{secrets.FEEDZ_API_KEY}}" > .npmrc
echo "${{env.npm_feed_feedzio}}:_authToken=${{secrets.FEEDZ_API_KEY_TEST}}"
echo "${{env.npm_feed_feedzio}}:_authToken=${{secrets.FEEDZ_API_KEY_TEST}}" > .npmrc
npm publish *.tgz --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.FEEDZ_API_KEY_TEST}}
# publish_nuget_preview_feedzio:
# name: Publish nuget packages to feedz.io
Expand Down

0 comments on commit 5b1e64d

Please sign in to comment.