Skip to content

Commit

Permalink
XXXX
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Mar 28, 2024
1 parent d654bb7 commit 41613f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Inspect inputs
if: inputs.skip-appstore != true
run: |
echo "github.event.inputs.skip-appstore: ${{ github.event.inputs.skip-appstore }}"
echo "inputs.skip-appstore: ${{ inputs.skip-appstore }}"
- name: Run if skip-appstore is not true
if: inputs.skip-appstore != true
run: echo "skip-appstore is not true"


# dmg-release:
Expand Down

0 comments on commit 41613f2

Please sign in to comment.