You've already forked ubuntu-act_gitea
feat: Initial Project 🎉 🚀
This commit is contained in:
24
.github/build.yml
vendored
Normal file
24
.github/build.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
tags:
|
||||
- "!**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Create release if required
|
||||
run: |
|
||||
/usr/local/bin/semantic-release --version-file \
|
||||
--changelog .generated-go-semantic-release-changelog.md \
|
||||
--hooks exec \
|
||||
--provider=gitea
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.G_TOKEN }}
|
||||
GITEA_HOST: ${{ secrets.G_SERVER_URL}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user