Skip to content

Commit

Permalink
Update cd-release-testpypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tallamohan authored Oct 12, 2023
1 parent 935a379 commit 04e7c1c
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/cd-release-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,9 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
- name: Delete dummy branch
shell: bash
run: |
git branch --delete dummy_release/$RELEASE_VERSION
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
tag_name: v${{ github.event.inputs.releaseVersion }}
release_name: dbt-teradata v${{ github.event.inputs.releaseVersion }}
body_path: ./CHANGELOG.md
draft: false
prerelease: false
RELEASE_VERSION: ${{ github.event.inputs.releaseVersion }}

0 comments on commit 04e7c1c

Please sign in to comment.