Skip to content

Commit

Permalink
re-added Check branch and release type
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnywu committed May 3, 2024
1 parent 8784064 commit 9af4d48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/shared-publish-to-ios-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}

- name: Check branch and release type
id: checkRelease
uses: IABTechLab/uid2-shared-actions/actions/check_branch_and_release_type@v2
with:
release_type: ${{ inputs.release_type }}

- name: Checkout repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9af4d48

Please sign in to comment.