Skip to content

Commit

Permalink
attempt 80
Browse files Browse the repository at this point in the history
  • Loading branch information
tishoyanchev committed Sep 27, 2023
1 parent 23be2cf commit 54ea159
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ name: "publish npm"
on: push

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: node
uses: actions/setup-node@v2
with:
node-version: 12
registry-url: https://registry.npmjs.org
- name: publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.IFX_FEEDBACK_WIDGET}}
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: node
uses: actions/setup-node@v2
with:
registry-url: 'https://registry.npmjs.org'
- run: npm publish --access public
- run: npm install
- run: npm run build
env:
NODE_AUTH_TOKEN: ${{secrets.IFX_FEEDBACK_WIDGET}}

0 comments on commit 54ea159

Please sign in to comment.