Skip to content

Commit

Permalink
fix release pipeline (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
karolrec authored Mar 7, 2023
1 parent 2345c72 commit 4031483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
nuget_github:
needs: [metadata, build]
if: contains(fromJSON('["develop", "v3"]'), needs.metadata.outputs.current_branch)
if: contains(fromJSON('["main", "develop", "v3"]'), needs.metadata.outputs.current_branch)
runs-on: ubuntu-latest
steps:
- name: Setup .NET
Expand Down

0 comments on commit 4031483

Please sign in to comment.