Skip to content

Commit

Permalink
fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Apr 16, 2022
1 parent 7b24fc8 commit 0daff93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
./zetasql-formatter .
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: Debug
tag_name: debug
files: zetasql-formatter_linux_x86_64.zip
prerelease: true
generate_release_notes: true
macos:
name: Test the repository
runs-on: macos-10.15
Expand All @@ -59,8 +59,8 @@ jobs:
./zetasql-formatter .
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: Debug
tag_name: debug
files: zetasql-formatter_darwin_amd64.zip
prerelease: true
generate_release_notes: true

0 comments on commit 0daff93

Please sign in to comment.