Skip to content

Commit

Permalink
swap trigger, update commit sha on release workflow (#435)
Browse files Browse the repository at this point in the history
* swap trigger, update commit sha

* update needs
  • Loading branch information
emmyoop authored Dec 15, 2022
1 parent 33eabc6 commit b14b391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name: Build, Test, and Package

on:
workflow_call:
workflow_dispatch:
inputs:
sha:
description: "The last commit sha in the release"
Expand Down Expand Up @@ -179,10 +179,10 @@ jobs:
github-release:
name: GitHub Release
if: ${{ !failure() && !cancelled() }}
needs: build-test-package
needs: test-build

# pin to commit since this is workflow is WIP but this commit has been tested as working
uses: dbt-labs/dbt-release/.github/workflows/github-release.yml@7b6e01d
uses: dbt-labs/dbt-release/.github/workflows/github-release.yml@7b6e01d73d2c8454e06302cc66ef4c2dbd4dbe4e

with:
sha: ${{ inputs.sha }}
Expand Down

0 comments on commit b14b391

Please sign in to comment.