Skip to content

Commit

Permalink
Removing comment on scan
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-constine-ttd committed Apr 22, 2024
1 parent 3a96ef6 commit c4d4883
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/shared-publish-to-ios-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ 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: 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
Expand Down Expand Up @@ -86,10 +86,14 @@ jobs:
}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Zip and Tar repo
run:

- name: Create Release
uses: softprops/action-gh-release@v2
with:
name: v${{ steps.version.outputs.new_version }}
body: ${{ steps.github_release.outputs.changelog }}
draft: true
files: |

0 comments on commit c4d4883

Please sign in to comment.