Skip to content

Commit

Permalink
Remove step if statements for release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakov5776 authored Jul 6, 2023
1 parent 66ff952 commit 495f32d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ jobs:

- name: "Upload package"
uses: NyaMisty/upload-artifact-as-is@master
if: env.EXISTING_RELEASE == 'null'
with:
path: ipaDown\*

- name: Pushing to release
uses: ncipollo/release-action@v1
if: env.EXISTING_RELEASE == 'null'
with:
name: "IPADown: ${{ env.APP_NAME }} - ${{ env.APP_VER }}"
body: >-
Expand Down

0 comments on commit 495f32d

Please sign in to comment.