sf5
This commit is contained in:
@@ -3,7 +3,8 @@ run-name: Building and Releasing Main Branch 🚀
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '**'
|
||||
- 'r**'
|
||||
- '!p**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -3,18 +3,22 @@ run-name: Building and Releasing Prerelease Branch 🚀
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '**'
|
||||
- 'p**'
|
||||
- '!r**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: false
|
||||
strategy:
|
||||
matrix:
|
||||
dotnet: [ '8.0.405' ]
|
||||
publishprofile: [ 'PublishLinuxX64', 'PublishWinX64' ]
|
||||
name: Publish with Dotnet ${{ matrix.dotnet }} and Profile ${{ matrix.publishprofile }} and ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}}
|
||||
steps:
|
||||
- name: Extract Tag Message
|
||||
shell: bash
|
||||
run: echo "tag_message=$(git tag -l --format='%(contents:subject)'${GITHUB_REF#refs/*/})" >> $GITHUB_ENV
|
||||
id: extract_tag_message
|
||||
- name: Clone Project
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
@@ -35,7 +39,7 @@ jobs:
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
name: Yee
|
||||
body: Test
|
||||
body: ${{ steps.extract_tag_message.outputs.tag_message }}
|
||||
prerelease: true
|
||||
md5sum: true
|
||||
files: |-
|
||||
|
||||
Reference in New Issue
Block a user