Skip to content

Commit

Permalink
Update test-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leahwicz authored Nov 1, 2021
1 parent a4d8aad commit ae70b28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: dist
path: dist/
path: '.'

# Need to set an output variable because env variables can't be taken as input
# This is needed for the next step with releasing to GitHub
Expand All @@ -183,8 +183,8 @@ jobs:
body: |
[Release notes](https://github.com/dbt-labs/dbt-core/blob/main/CHANGELOG.md)
files: |
dist/dbt_postgres-${{github.event.inputs.version_number}}-py3-none-any.whl
dist/dbt_core-${{github.event.inputs.version_number}}-py3-none-any.whl
dist/dbt-postgres-${{github.event.inputs.version_number}}.tar.gz
dist/dbt-core-${{github.event.inputs.version_number}}.tar.gz
dbt_postgres-${{github.event.inputs.version_number}}-py3-none-any.whl
dbt_core-${{github.event.inputs.version_number}}-py3-none-any.whl
dbt-postgres-${{github.event.inputs.version_number}}.tar.gz
dbt-core-${{github.event.inputs.version_number}}.tar.gz

0 comments on commit ae70b28

Please sign in to comment.