Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'

- name: Setup npm
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ACCESS_TOKEN }}" > .npmrc

- name: Install packages
run: npm ci

Expand All @@ -56,9 +53,6 @@ jobs:
run: |
npm run widget

- name: Build library
run: npm run build:lib

- name: Copy widget
run: |
version=$(echo "v${{ steps.package_version.outputs.current-version }}" | cut -d '.' -f1-2)
Expand Down Expand Up @@ -141,12 +135,6 @@ jobs:
--resource-group ${{ env.AZURE_RESOURCE_GROUP }} \
--no-wait

- name: Publish to npm
continue-on-error: true
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

- name: Logout
run: |
az logout
Expand Down
Loading