Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ecb049a68f | |||
| fde94178b8 | |||
| 0e36b09e12 | |||
| cbfe068195 | |||
| b5439a62d6 | |||
| c4b56c4305 | |||
| 545e5815c5 |
@@ -19,8 +19,11 @@ jobs:
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
ref: prerelease
|
||||
- name: Clone Project
|
||||
run: echo "RELEASE_VERSION=${GITEA_REF#refs/*/}" >> $GITEA_ENV && echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV
|
||||
#&& 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
|
||||
#- name: Test2
|
||||
# run: echo "RELEASE_MESSAGE=${git tag -l --format='%(contents:subject)' $RELEASE_VERSION}" >> $GITEA_ENV
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
@@ -36,8 +39,8 @@ jobs:
|
||||
- name: Release Files
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
name: Yee
|
||||
body: Body
|
||||
name: Release ${{steps..RELEASE_VERSION}}
|
||||
body: $RELEASE_MESSAGE
|
||||
prerelease: true
|
||||
md5sum: true
|
||||
files: |-
|
||||
|
||||
Reference in New Issue
Block a user