-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to 0.7.0 and add github auto release action
- Loading branch information
1 parent
c983ba2
commit a69fef5
Showing
3 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Python Auto Version Tag | ||
name: Create Release Tag | ||
|
||
on: | ||
push: | ||
|
@@ -14,6 +14,6 @@ jobs: | |
# uses: samamorgan/action-autotag-python@master | ||
uses: Jorricks/[email protected] | ||
with: | ||
path: opendbt/__version__.py | ||
path: setup.py | ||
variable: version | ||
github_token: ${{ secrets.GITHUB_TOKEN }} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters