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