gitea tag action
All checks were successful
on push / build (push) Successful in 7s

This commit is contained in:
Oliver Lippert 2024-02-01 23:39:28 +01:00
parent b430662fb8
commit 0d50c0c2fd
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

17
.gitea/workflows/tag.yml Normal file
View 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 }}