sf15
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Test
|
||||
run: echo "RELEASE_VERSION=${GITEA_REF#refs/*/}" >> $GITEA_ENV
|
||||
- name: Test2
|
||||
run: git tag -l --format='%(contents:subject)' $RELEASE_VERSION
|
||||
run: echo "RELEASE_MESSAGE=${git tag -l --format='%(contents:subject)' $RELEASE_VERSION}" >> $GITEA_ENV
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
name: Release $RELEASE_VERSION
|
||||
body: Body
|
||||
body: $RELEASE_MESSAGE
|
||||
prerelease: true
|
||||
md5sum: true
|
||||
files: |-
|
||||
|
||||
Reference in New Issue
Block a user