Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e0295b8a4 | |||
| a34b0ed5d4 | |||
| 3a1073a3ed | |||
| b71cae1241 | |||
| e1fa753160 | |||
| ecb049a68f | |||
| fde94178b8 | |||
| 0e36b09e12 | |||
| cbfe068195 |
@@ -21,7 +21,9 @@ jobs:
|
||||
ref: prerelease
|
||||
#&& echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV
|
||||
- name: Test
|
||||
run: echo "RELEASE_VERSION=${GITEA_REF#refs/*/}" >> $GITEA_ENV && git tag -l --format='%(contents:subject)' RELEASE_VERSION
|
||||
run: echo "TAG_MESSAGE=$(git tag -l --format='%(contents:subject)' ${{ gitea.ref_name }})" >> $GITEA_ENV
|
||||
- name: Test2
|
||||
run: echo " ${{ gitea.env.TAG_MESSAGE }}"
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
@@ -37,8 +39,8 @@ jobs:
|
||||
- name: Release Files
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
name: Yee
|
||||
body: Body
|
||||
name: Release ${{ gitea.ref_name }}
|
||||
body: $TAG_MESSAGE ${{ env.TAG_MESSAGE }}
|
||||
prerelease: true
|
||||
md5sum: true
|
||||
files: |-
|
||||
|
||||
Reference in New Issue
Block a user