Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b71cae1241 | |||
| e1fa753160 |
@@ -21,7 +21,9 @@ jobs:
|
||||
ref: prerelease
|
||||
#&& echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV
|
||||
- name: Test
|
||||
run: echo "TAG_MESSAGE=$(git tag -l --format='%(contents:subject)'${GITHUB_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 ${{steps..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