Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 989d92698b |
@@ -36,7 +36,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Yee
|
name: Yee
|
||||||
body: Body
|
body: Body
|
||||||
prerelease: true
|
prerelease: false
|
||||||
md5sum: true
|
md5sum: true
|
||||||
files: |-
|
files: |-
|
||||||
${{ matrix.publishprofile }}.*
|
${{ matrix.publishprofile }}.*
|
||||||
@@ -15,14 +15,12 @@ jobs:
|
|||||||
publishprofile: [ 'PublishLinuxX64', 'PublishWinX64' ]
|
publishprofile: [ 'PublishLinuxX64', 'PublishWinX64' ]
|
||||||
name: Publish with Dotnet ${{ matrix.dotnet }} and Profile ${{ matrix.publishprofile }}
|
name: Publish with Dotnet ${{ matrix.dotnet }} and Profile ${{ matrix.publishprofile }}
|
||||||
steps:
|
steps:
|
||||||
- name: Extract Tag Message
|
|
||||||
shell: bash
|
|
||||||
run: echo "tag_message=$(git tag -l --format='%(contents:subject)'${GITEA_REF#refs/*/})" >> $GITEA_ENV
|
|
||||||
id: extract_tag_message
|
|
||||||
- name: Clone Project
|
- name: Clone Project
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
ref: prerelease
|
ref: prerelease
|
||||||
|
run: echo "RELEASE_VERSION=${GITEA_REF#refs/*/}" >> $GITEA_ENV
|
||||||
|
run: echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' '$RELEASE_VERSION' }" >> $GITEA_ENV
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
@@ -39,7 +37,7 @@ jobs:
|
|||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
name: Yee
|
name: Yee
|
||||||
body: ${{ steps.extract_tag_message.outputs.tag_message }}
|
body: Body
|
||||||
prerelease: true
|
prerelease: true
|
||||||
md5sum: true
|
md5sum: true
|
||||||
files: |-
|
files: |-
|
||||||
|
|||||||
Reference in New Issue
Block a user