mirror of
https://gitea.com/actions/release-action.git
synced 2025-12-10 01:46:43 +00:00
d7dc2ceaac4b979dffd0a93f88b50c263a4c85f7
Reviewed-on: https://gitea.com/actions/release-action/pulls/4
Release Action
This action will help Gitea users to publish release and attachments.
Example
name: release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Use Go Action
id: use-go-action
uses: https://gitea.com/actions/release-action@main
with:
files: |-
bin/**
api_key: '${{secrets.RELEASE_TOKEN}}'
Description
An action written by Golang to support publishing release to Gitea(not Github Actions compatible), nodejs version https://gitea.com/actions/gitea-release-action
Readme
MIT
188 KiB
Languages
Go
100%