Polluting my action run history a little bit more

This commit is contained in:
James Eversole 2025-01-23 16:27:24 -06:00
parent e06a124733
commit 9fd8a85af9

View File

@ -1,10 +1,9 @@
name: Test, Build, and Release
on:
on:
push:
branches:
- main
- feat/cut-releases
tags:
- '*'
jobs:
test:
@ -14,8 +13,7 @@ jobs:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
fetch-depth: 0
@ -80,12 +78,9 @@ jobs:
with:
go-version: '>=1.20.1'
- name: Release binary
uses: https://gitea.com/actions/release-action@main
with:
files: |-
./result/bin/tricu
api_key: '${{ secrets.RELEASE_TOKEN }}'
tag: $(git rev-parse --short HEAD)
title: "Release $(git rev-parse --short HEAD)"
note: "Automated release for commit $(git rev-parse --short HEAD)"
- name: Release binary
uses: https://gitea.com/actions/release-action@main
with:
files: |-
./result/bin/tricu
api_key: '${{ secrets.RELEASE_TOKEN }}'