Skip to content

Commit

Permalink
debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle committed Nov 17, 2023
1 parent ec86c71 commit c4e7be5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ jobs:

# TODO: Maybe Refactor into reusable job
verify-release-order-branch:
name: Verify Requested Release Order Branch
name: Verify Release Order Branch
runs-on: ubuntu-latest
steps:
# TODO: Replace with input string
- name: Git checkout Release Order Branch (<branch name>)
- name: Checkout Release Order (<branch name>)
uses: actions/checkout@v3
with:
# TODO: Replace with input
ref: release-order-a

verify-sdk-version-branch:
name: Verify Requested SDK Version
name: Verify SDK Version
runs-on: ubuntu-latest
steps:
# TODO: Replace with input string
- name: Git checkout Versioned Release Branch
- name: Checkout SKD Version (<version number>)
uses: actions/checkout@v3
with:
# TODO: Replace with input
Expand Down

0 comments on commit c4e7be5

Please sign in to comment.