Skip to content

Commit

Permalink
fix release workflow: GH actions uses globs instead of regex
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Feb 14, 2024
1 parent f36b902 commit 23888d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+([0-9]+)'
- 'v*.*.*'

jobs:
pypi-release:
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/awslabs/cfn-python-lint
rev: v0.85.0
rev: v0.84.0
hooks:
- id: cfn-python-lint
args:
Expand All @@ -36,7 +36,7 @@ repos:
^.pre-commit-config.yaml
)
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/python-poetry/poetry
Expand All @@ -46,8 +46,8 @@ repos:
- id: poetry-lock
language_version: python3.10
args: ['--check']
- repo: https://github.com/AleksaC/circleci-cli-py
rev: v0.1.29936
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.27.3
hooks:
- id: check-github-workflows
- id: check-github-actions

0 comments on commit 23888d5

Please sign in to comment.