Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf2ae008ef | |||
| 73bf305ba3 | |||
| 1dbd2b44c5 |
@@ -2,14 +2,13 @@ name: Build and Release Project
|
|||||||
run-name: Building and Releasing Main Branch 🚀
|
run-name: Building and Releasing Main Branch 🚀
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
|
||||||
- 'prerelease'
|
|
||||||
tags:
|
tags:
|
||||||
- '**'
|
- '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: false
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
dotnet: [ '8.0.405' ]
|
dotnet: [ '8.0.405' ]
|
||||||
|
|||||||
@@ -1,15 +1,14 @@
|
|||||||
name: Build and Release Prerelease
|
name: Build and Release Prerelease ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}}
|
||||||
run-name: Building and Releasing Prerelease Branch 🚀
|
run-name: Building and Releasing Prerelease Branch ${GITEA_HEAD_REF:-${GITEA_REF#refs/heads/}} 🚀
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
|
||||||
- 'main'
|
|
||||||
tags:
|
tags:
|
||||||
- 'p**'
|
- '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: false
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
dotnet: [ '8.0.405' ]
|
dotnet: [ '8.0.405' ]
|
||||||
@@ -18,6 +17,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Clone Project
|
- name: Clone Project
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
with:
|
||||||
|
ref: prerelease
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user