ci: add tag extraction from github_ref var
This commit is contained in:
parent
3836d1480b
commit
efd9cf02c9
2 changed files with 7 additions and 0 deletions
2
.github/workflows/package.yaml
vendored
2
.github/workflows/package.yaml
vendored
|
@ -2,6 +2,8 @@ name: Package
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "**"
|
||||
|
||||
jobs:
|
||||
package:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue