fix: release yml

This commit is contained in:
Cristopfer Luis Viana da Silva 2024-02-05 17:41:56 -03:00
parent 222102649e
commit 288e4c27a6

View file

@ -1,11 +1,12 @@
# Create a GitHub upstream release # Create a GitHub upstream release. Replace "TARNAME" with your project tarball
# name and enable this by dropping the ".disabled" suffix from the file name.
# See README.md. # See README.md.
name: release name: release
on: on:
push: push:
tags: tags:
# this is a glob, not a regexp # this is a glob, not a regexp
- '[0-9]*' - "[0-9]*"
jobs: jobs:
source: source:
runs-on: ubuntu-latest runs-on: ubuntu-latest