Skip to content

Commit

Permalink
Fixed merge issue in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Jan 2, 2024
1 parent 28ce9f1 commit fd0891b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- '.github/workflows/release.yml'

concurrency:
group: ${{ github.workflow_ref }}-${{ github.head_ref || github.ref_name }}
group: ${{ github.workflow_ref }}-${{ github.head_ref || github.ref_name }}

# If this is enabled it will cancel current running and start latest
cancel-in-progress: true
Expand All @@ -26,7 +26,7 @@ jobs:
container: ${{ matrix.container }}
strategy:
matrix:
binary: [aarch64-apple-darwin, x86_64-manylinux2014, x86_64-windows-msvc, x86_64-manylinux2014-cuda117, x86_64-manylinux2014-cuda122, x86_64-windows-msvc-cuda117, x86_64-windows-msvc-cuda122, x86_64-manylinux2014-rocm57]
binary: [ aarch64-apple-darwin, x86_64-manylinux2014, x86_64-windows-msvc, x86_64-manylinux2014-cuda117, x86_64-manylinux2014-cuda122, x86_64-windows-msvc-cuda117, x86_64-windows-msvc-cuda122, x86_64-manylinux2014-rocm57, x86_64-manylinux2014-rocm60 ]
include:
- os: macos-latest
target: aarch64-apple-darwin
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:

- uses: ncipollo/release-action@v1
with:
allowUpdates: true
allowUpdates: true
prerelease: true
artifacts: "tabby_*/tabby_*"
tag: ${{ github.ref_name }}
Expand Down

0 comments on commit fd0891b

Please sign in to comment.