Skip to content

Commit 256d21a

Browse files
committed
2025-12-16 16:42:56 (Tue) > DW-Mac > derekwan
1 parent 84a7b7b commit 256d21a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@ on:
66
- master
77

88
jobs:
9-
tag:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@v4
13-
- uses: butlerlogic/action-autotag@1.1.2 # https://github.com/ButlerLogic/action-autotag/issues/45#issuecomment-1825726927
14-
env:
15-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
16-
with:
17-
strategy: regex
18-
root: pyproject.toml
19-
regex_pattern: 'current_version = "(?<version>\d+\.\d+\.\d+)"'
20-
219
publish:
2210
runs-on: ubuntu-latest
2311
needs:

0 commit comments

Comments
 (0)