Update .gitea/workflows/release.yml
Some checks failed
/ release (push) Failing after 50s

This commit is contained in:
Benjamyn Love 2025-03-20 22:53:41 -04:00
parent 5ce01ea9bd
commit fc091a4870

View File

@ -5,10 +5,8 @@ on:
tags:
- '*'
env:
GITHUB_TOKEN: "{{ secrets.TOKEN }}"
CRATE_NAME: mycelium
RUST_BACKTRACE: 1
jobs:
release:
name: release
@ -39,10 +37,7 @@ jobs:
echo ${{ secrets.TOKEN }}
- name: Release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: "{{ secrets.TOKEN }}"
with:
token: ${{ secrets.TOKEN }}
files: |
README.md
target/release/mycelium