Skip to content

Commit

Permalink
Merge pull request #36 from RaaLabs/katarinagud-patch-1
Browse files Browse the repository at this point in the history
Update dotnet.yml
  • Loading branch information
katarinagud authored Oct 28, 2024
2 parents 43f7b55 + 146bcd7 commit 00dd88d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: 'dotnet build'

on:
workflow_dispatch:
push:
branches:
- '**'
pull_request:
types: [ closed ]

env:
PRERELEASE_BRANCHES: experimental,alpha,beta,rc
Expand Down Expand Up @@ -97,4 +101,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create ${{ steps.tag.outputs.new_tag }} --target=${{ github.sha }} --title="${{ inputs.component && format('{0} - ',inputs.component) || '' }}v${{ steps.tag.outputs.new_version }}" --notes="${{ steps.tag.outputs.changelog }}"
gh release create ${{ steps.tag.outputs.new_tag }} --target=${{ github.sha }} --title="${{ inputs.component && format('{0} - ',inputs.component) || '' }}v${{ steps.tag.outputs.new_version }}" --notes="${{ steps.tag.outputs.changelog }}"

0 comments on commit 00dd88d

Please sign in to comment.