sf
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
name: Build and Release Prerelease
|
||||
run-name: Building and Releasing Prerelease Branch 🚀
|
||||
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/}} 🚀
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'main'
|
||||
tags:
|
||||
- 'p**'
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ gitea.ref == 'refs/tags/*-origin/develop' }}
|
||||
strategy:
|
||||
matrix:
|
||||
dotnet: [ '8.0.405' ]
|
||||
@@ -18,6 +17,8 @@ jobs:
|
||||
steps:
|
||||
- name: Clone Project
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
ref: prerelease
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user