Skip to content

Commit

Permalink
feat: workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JNdhlovu committed Oct 27, 2023
1 parent c96c3e0 commit f7868ab
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/release_sdk.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit f7868ab

Please sign in to comment.