This commit is contained in:
parent
b430662fb8
commit
0d50c0c2fd
1 changed files with 17 additions and 0 deletions
17
.gitea/workflows/tag.yml
Normal file
17
.gitea/workflows/tag.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: on tags
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- name: Ref
|
||||
shell: bash
|
||||
run: echo ${{ github.ref }}
|
Loading…
Add table
Reference in a new issue