Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelauer committed May 22, 2024
1 parent 1d93519 commit 20b55f5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ on:
required: true

jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

trigger-build:
needs: setup
runs-on: ubuntu-latest
outputs:
build_workflow_run_id: ${{ steps.trigger-build.outputs.workflowId }}
Expand Down Expand Up @@ -59,9 +66,6 @@ jobs:
needs: wait-for-test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Update Version
run: pnpm update-version --type ${{ github.event.inputs.publish_type }} --commit true

Expand Down

0 comments on commit 20b55f5

Please sign in to comment.