diff --git a/.github/workflows/release_sdk.yaml b/.github/workflows/release_sdk.yaml index 5309170..52cf092 100644 --- a/.github/workflows/release_sdk.yaml +++ b/.github/workflows/release_sdk.yaml @@ -1,10 +1,5 @@ -# from node-osc package -# This is a basic workflow that is manually triggered +name: Release SDK -name: Bump version - -# Controls when the action will run. Workflow runs when manually triggered using the UI -# or API. on: workflow_dispatch: inputs: @@ -23,25 +18,12 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} -# A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - setup-node: + release: uses: ./.github/workflows/ci.yml - runs-on: ubuntu-latest - secrets: inherit - steps: - - uses: actions/checkout@v3 - - name: Check out source - uses: actions/checkout@v3 - with: - ssh-key: ${{ secrets.DEPLOY_KEY }} - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: '16' bump-version: - needs: release-sdk + needs: release steps: - name: Mark Git directory as Safe run: |