Skip to content

Commit

Permalink
chore: fix pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
fabinppk committed Sep 28, 2022
1 parent 13f6c9c commit 39253f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
node-version: 16
registry-url: 'https://registry.npmjs.org/'
- name: Set NPM Variables
run: echo "$PACKAGES_NPMRC" > .npmrc
env:
PACKAGES_NPMRC: ${{ secrets.PACKAGES_NPMRC }}
# - name: Set NPM Variables
# run: echo "$PACKAGES_NPMRC" > .npmrc
# env:
# PACKAGES_NPMRC: ${{ secrets.PACKAGES_NPMRC }}
- name: Install
run: yarn install
# Publish to npm
Expand All @@ -32,6 +32,6 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
scope: '@platformbuilders'
# Publish to GitHub Packages
- run: yarn publish
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 39253f9

Please sign in to comment.