Skip to content

Commit

Permalink
Disable feedz
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Jul 29, 2023
1 parent d3b6114 commit ad5982b
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,27 +60,27 @@ jobs:
path: ./packages/wasm/wwwroot/*.tgz
if: ${{ github.event_name == 'release' || github.event_name == 'push'}}

publish_npm_preview_feedzio:
name: Publish npm packages to feedz.io
needs: build
runs-on: ubuntu-latest
timeout-minutes: 10
if: ${{ github.event_name == 'release' || github.event_name == 'push'}}
steps:
- name: Download Packages
uses: actions/download-artifact@v3
with:
name: elsa-studio-npm-packages

- uses: actions/setup-node@v3
with:
node-version: 18.12.1
registry-url: 'https://f.feedz.io/elsa-workflows/test/npm/'

- run: |
npm publish *.tgz
env:
NODE_AUTH_TOKEN: ${{secrets.FEEDZ_API_KEY_TEST}}
# publish_npm_preview_feedzio:
# name: Publish npm packages to feedz.io
# needs: build
# runs-on: ubuntu-latest
# timeout-minutes: 10
# if: ${{ github.event_name == 'release' || github.event_name == 'push'}}
# steps:
# - name: Download Packages
# uses: actions/download-artifact@v3
# with:
# name: elsa-studio-npm-packages
#
# - uses: actions/setup-node@v3
# with:
# node-version: 18.12.1
# registry-url: 'https://f.feedz.io/elsa-workflows/test/npm/'
#
# - run: |
# npm publish *.tgz
# env:
# NODE_AUTH_TOKEN: ${{secrets.FEEDZ_API_KEY_TEST}}

publish_npm_preview_npm:
name: Publish npm packages to npmjs.com
Expand Down

0 comments on commit ad5982b

Please sign in to comment.