Skip to content

Commit

Permalink
fix: GH action release tag match
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermef committed Sep 2, 2024
1 parent 6e56599 commit ef436e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -13,7 +13,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: "3.10"
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit ef436e9

Please sign in to comment.