Skip to content

Commit

Permalink
pin the github-release workflow to the last tag of dbt-adapters for w…
Browse files Browse the repository at this point in the history
…hich it exists
  • Loading branch information
mikealfare committed Dec 13, 2024
1 parent a47617d commit 834f244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
needs:
- build-release
- release-prep
uses: dbt-labs/dbt-adapters/.github/workflows/github-release.yml@main
uses: dbt-labs/dbt-adapters/.github/workflows/github-release.yml@v1.10.3
with:
sha: ${{ needs.release-prep.outputs.release-sha }}
version_number: ${{ inputs.version }}
Expand Down

0 comments on commit 834f244

Please sign in to comment.