Compare commits
1 Commits
ci
...
ce6849f2c2
Author | SHA1 | Date | |
---|---|---|---|
ce6849f2c2 |
@ -39,12 +39,11 @@ 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: akkuman/gitea-release-action@v1
|
uses: https://gitea.com/actions/release-action
|
||||||
env:
|
|
||||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
|
||||||
with:
|
with:
|
||||||
body: "Test-release"
|
name: ${{ GITEA.COMMIT_SHA }}
|
||||||
draft: true
|
if-no-files-found: error
|
||||||
files: |-
|
retention-days: 7
|
||||||
./**/*.nupkg
|
path: |
|
||||||
./*.nupkg
|
./*.nupkg
|
||||||
|
./**/*.nupkg
|
Reference in New Issue
Block a user