Skip to content

Commit 28f6b20

Browse files
committed
change tag specify
1 parent 972f584 commit 28f6b20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: release
22
on:
33
push:
44
tags:
5-
- "v*.*.*"
5+
- "*"
66
workflow_dispatch:
77
jobs:
88
release-binary:
99
runs-on: ${{ matrix.os }}
1010
strategy:
11-
matrix:
12-
os: ['windows-latest', 'ubuntu-latest', 'macos-13', 'macos-latest']
11+
matrix:
12+
os: ["windows-latest", "ubuntu-latest", "macos-13", "macos-latest"]
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
3636
release-python:
3737
runs-on: ubuntu-latest
3838
env:
39-
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI}}
39+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI}}
4040
steps:
4141
- name: Checkout
4242
uses: actions/checkout@v4

0 commit comments

Comments
 (0)