mirror of
https://gitea.com/actions/release-action.git
synced 2025-12-09 23:08:24 +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}}'
Languages
Go
100%