Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5439a62d6 | |||
| c4b56c4305 | |||
| 545e5815c5 | |||
| ff36539de3 | |||
| ada7b657d5 | |||
| 989d92698b | |||
| f840f8fa56 | |||
| 47e0f31b34 | |||
| 971d01ff33 | |||
| 4fd4c51f8b | |||
| cf2ae008ef |
@@ -2,10 +2,9 @@ name: Build and Release Project
|
||||
run-name: Building and Releasing Main Branch 🚀
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'prerelease'
|
||||
tags:
|
||||
- '**'
|
||||
- 'r**'
|
||||
- '!p**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -18,6 +17,8 @@ jobs:
|
||||
steps:
|
||||
- name: Clone Project
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
ref: main
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
@@ -34,8 +35,8 @@ jobs:
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
name: Yee
|
||||
body: Test
|
||||
body: Body
|
||||
prerelease: false
|
||||
md5sum: true
|
||||
files: |-
|
||||
${{ matrix.publishprofile }}.*
|
||||
${{ matrix.publishprofile }}.*
|
||||
@@ -1,14 +1,14 @@
|
||||
name: Build and Release Prerelease ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
|
||||
run-name: Building and Releasing Prerelease Branch ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} 🚀
|
||||
name: Build and Release Prerelease
|
||||
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' ]
|
||||
@@ -19,6 +19,9 @@ jobs:
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
ref: prerelease
|
||||
#&& echo "RELEASE_MESSAGE=${ git tag -l --format='%(contents:subject)' 'RELEASE_VERSION' }" >> $GITEA_ENV
|
||||
- name: Test
|
||||
run: echo "RELEASE_VERSION=${GITEA_REF#refs/*/}" >> $GITEA_ENV && git tag -l --format='%(contents:subject)' RELEASE_VERSION
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
@@ -35,7 +38,7 @@ jobs:
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
name: Yee
|
||||
body: Test
|
||||
body: Body
|
||||
prerelease: true
|
||||
md5sum: true
|
||||
files: |-
|
||||
|
||||
Reference in New Issue
Block a user