My Project

This commit is contained in:
2026-02-04 19:48:20 -06:00
commit 2968baaebf

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

@@ -0,0 +1,19 @@
name: Build and Deploy on Tag
on:
push:
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/**