diff options
| author | diogo464 <[email protected]> | 2024-01-18 11:58:24 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-01-18 11:59:47 +0000 |
| commit | 4a7605fb81004867d1fc838b5a32a2941209a4ff (patch) | |
| tree | ee8db12b519543ddf6c9431d5b8e287a59bdde4a /.gitea | |
| parent | b83876879856b8ef629bacebd9e1ce808808cb37 (diff) | |
fixed typo in workflow file
Diffstat (limited to '.gitea')
| -rw-r--r-- | .gitea/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 6e6b322..e397d5c 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml | |||
| @@ -2,7 +2,7 @@ name: release | |||
| 2 | on: | 2 | on: |
| 3 | push: | 3 | push: |
| 4 | tags: | 4 | tags: |
| 5 | - "[0-9]+.[0-9+]+.[0-9]+*" | 5 | - "[0-9]+.[0-9]+.[0-9]+*" |
| 6 | jobs: | 6 | jobs: |
| 7 | release: | 7 | release: |
| 8 | runs-on: [fedora-latest] | 8 | runs-on: [fedora-latest] |
