Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a1073a3ed | |||
| b71cae1241 | |||
| e1fa753160 | |||
| ecb049a68f |
@@ -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
|
||||
run: |
|
||||
echo "TAG_MESSAGE=$(git tag -l --format='%(contents:subject)'${{ gitea.ref_name }})" >> $GITEA_ENV
|
||||
echo "$TAG_MESSAGE"
|
||||
#- name: Test2
|
||||
# run: echo "RELEASE_MESSAGE=${git tag -l --format='%(contents:subject)' $RELEASE_VERSION}" >> $GITEA_ENV
|
||||
- name: Setup dotnet
|
||||
@@ -39,8 +41,8 @@ jobs:
|
||||
- name: Release Files
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
name: Release $RELEASE_VERSION
|
||||
body: $RELEASE_MESSAGE
|
||||
name: Release ${{ gitea.ref_name }}
|
||||
body: $TAG_MESSAGE
|
||||
prerelease: true
|
||||
md5sum: true
|
||||
files: |-
|
||||
|
||||
Reference in New Issue
Block a user