Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .github/workflows/web-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@ jobs:
cat << EOF > "$HOME/.npmrc"
//registry.npmjs.org/:_authToken=$NPM_TOKEN
EOF
working-directory: ./web/lib
working-directory: ./web/sdk
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Bump Package Version
run: npm run bump-version
working-directory: ./web/lib
working-directory: ./web/sdk
env:
GIT_REFNAME: ${{ github.ref_name }}

- name: Run Semantic Release 🚀
run: npm run release:ci
working-directory: ./web/lib
working-directory: ./web/sdk
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
63 changes: 0 additions & 63 deletions web/apps/admin/src/containers/webhooks/index.tsx

This file was deleted.

Loading
Loading