Skip to content

Commit

Permalink
Really fix relative path this time, and restore correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed May 31, 2024
1 parent b78e469 commit 82f8d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
shell: bash

- name: Prepare changelog and set new version version_number
uses: ./.github/workflows/release-prep.yml
uses: ../.github/workflows/release-prep.yml
with:
sha: ${{ github.sha }}
version_number: ${{ inputs.version_number }}
Expand Down
2 changes: 1 addition & 1 deletion dbt_common/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "7.2"
version = "1.2.0"

0 comments on commit 82f8d8c

Please sign in to comment.