Skip to content

Commit

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

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

0 comments on commit b6201b9

Please sign in to comment.