Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Boldizsar Mezei committed May 13, 2024
1 parent 99ad7d7 commit 6090b93
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 4,135 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/action_deploy-prod.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Action | Deploy to Production

on:
release:
types: [published]
on: pull_request

jobs:
deploy_search:
Expand Down Expand Up @@ -69,25 +67,3 @@ jobs:
npm run create-deploy-script
chmod 777 ./deploy.sh
./deploy.sh
deploy_to_npm:
runs-on: ubuntu-latest
environment: production
timeout-minutes: 30
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: Init
run: |
npm version ${{ github.event.release.tag_name }} --workspace packages/interfaces
npm version ${{ github.event.release.tag_name }} --workspace packages/sdk
npm run build:sdk
- name: Deploy to npm
run: |
npm publish --workspace packages/interfaces
cd packages/sdk/lib && npm publish
94 changes: 0 additions & 94 deletions .github/workflows/action_deploy-wen.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/action_stale-issue-pr.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/docs-validate-build.yml

This file was deleted.

Loading

0 comments on commit 6090b93

Please sign in to comment.