Add empty job

This commit is contained in:
Shawn Taylor
2023-09-21 13:37:25 -04:00
parent 5e016a6616
commit 288b237a31

View File

@@ -1,4 +1,4 @@
name: 'Ionic Dev Build'
name: "Ionic Dev Build"
on:
workflow_dispatch:
@@ -33,10 +33,13 @@ jobs:
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
leave-comment:
runs-on: ubuntu-latest
needs: [create-dev-hash, release-ionic]
get-build:
name: Get your dev build!
runs-on: ubuntu-latest
needs: [create-dev-hash, release-ionic]
steps:
- run: echo ${{ needs.create-dev-hash.outputs.dev-hash }}