mirror of
https://onedev.site.tesses.net/tagex
synced 2026-03-25 22:40:22 +00:00
My Project
This commit is contained in:
19
.gitea/workflows/tag.yaml
Normal file
19
.gitea/workflows/tag.yaml
Normal 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/**
|
||||
Reference in New Issue
Block a user