Skip to content

Update version to 0.7.0 and add github auto release action #1

Update version to 0.7.0 and add github auto release action

Update version to 0.7.0 and add github auto release action #1

Workflow file for this run

name: Python Auto Version Tag
on:
push:
branches: [ main ]
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Version tag
# uses: samamorgan/action-autotag-python@master
uses: Jorricks/[email protected]
with:
path: opendbt/__version__.py
variable: version
github_token: ${{ secrets.GITHUB_TOKEN }}