Compare commits
1 Commits
4ccc5e2e3c
...
13587ea210
Author | SHA1 | Date | |
---|---|---|---|
![]() |
13587ea210 |
@ -39,11 +39,12 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test ./Module.EventRegistration/SZUAbsolventenverein.Module.EventRegistration.sln --configuration Release --no-build
|
run: dotnet test ./Module.EventRegistration/SZUAbsolventenverein.Module.EventRegistration.sln --configuration Release --no-build
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
env:
|
||||||
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
with:
|
with:
|
||||||
name: ${{ GITEA.COMMIT_SHA }}
|
body: "Test-release"
|
||||||
if-no-files-found: error
|
draft: true
|
||||||
retention-days: 7
|
files: |-
|
||||||
path: |
|
./**/*.nupkg
|
||||||
./*.nupkg
|
./*.nupkg
|
||||||
./**/*.nupkg
|
|
Loading…
x
Reference in New Issue
Block a user