Skip to content

Commit

Permalink
Fix release process (#4385)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahwicz authored Dec 2, 2021
1 parent eeb490e commit 29f504e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: dist
path: dist/
path: |
dist/
!dist/dbt-${{github.event.inputs.version_number}}.tar.gz
test-build:
name: verify packages
Expand Down

0 comments on commit 29f504e

Please sign in to comment.