Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
207f392e80 |
@@ -1,24 +1,22 @@
|
|||||||
name: Release
|
name: release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- name: Use Go Action
|
||||||
- name: Create Gitea Release
|
id: use-go-action
|
||||||
uses: gitea.com/actions/gitea-release-action@main
|
uses: actions/release-action@main
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
files: |-
|
||||||
tag_name: ${{ gitea.ref_name }}
|
bin/**
|
||||||
name: ${{ gitea.ref_name }}
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
body: "Automated release"
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user