first commit
All checks were successful
Build and Deploy on Tag / build (push) Successful in 26s

This commit is contained in:
2026-02-04 19:21:40 -06:00
parent 4d6f453aa6
commit 193b7a7287

21
.gitea/workflows/tag.yaml Normal file
View File

@@ -0,0 +1,21 @@
name: Build and Deploy on Tag
on:
push:
branches:
- master
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: mkdir bin
- run: echo "Demi Lovato" > bin/file.txt
- uses: akkuman/gitea-release-action@v1
env:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
with:
files: |-
bin/**