This commit is contained in:
parent
6b6fa96afb
commit
636e336f05
@ -5,7 +5,7 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "{{ secrets.GT_TOKEN }}"
|
GITHUB_TOKEN: "{{ secrets.TOKEN }}"
|
||||||
CRATE_NAME: mycelium
|
CRATE_NAME: mycelium
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
|
|
||||||
@ -37,9 +37,9 @@ jobs:
|
|||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "{{ secrets.GT_TOKEN }}"
|
GITHUB_TOKEN: "{{ secrets.TOKEN }}"
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GT_TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
files: |
|
files: |
|
||||||
README.md
|
README.md
|
||||||
target/release/mycelium
|
target/release/mycelium
|
||||||
Loading…
x
Reference in New Issue
Block a user