We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95a165 commit a195630Copy full SHA for a195630
.github/workflows/01-powerpipe-release.yaml
@@ -358,7 +358,7 @@ jobs:
358
trigger_smoke_tests:
359
name: Trigger Smoke Tests
360
if: ${{ github.event.inputs.environment == 'Final (RC and final release)' }}
361
- needs: build_and_release
+ needs: update_homebrew_tap
362
runs-on: ubuntu-latest
363
steps:
364
- name: Calculate version
@@ -376,7 +376,7 @@ jobs:
376
if: steps.semver_parser.outputs.prerelease == ''
377
run: |
378
gh workflow run "03-powerpipe-smoke-tests.yaml" \
379
- --ref smoke-tests \
+ --ref ${{ github.ref }} \
380
--field version=$VERSION \
381
--repo ${{ github.repository }}
382
env:
0 commit comments