fix v3
This commit is contained in:
parent
338b671e2f
commit
63dab47034
2 changed files with 5 additions and 0 deletions
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"ansible.python.interpreterPath": "/Users/mael/.pyenv/versions/3.10.9/bin/python"
|
||||||
|
}
|
|
@ -4,3 +4,5 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- goreleaser release
|
- goreleaser release
|
||||||
secrets: [gitea_token]
|
secrets: [gitea_token]
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
Loading…
Reference in a new issue