mirror of
https://github.com/bitwarden/server.git
synced 2025-05-22 12:04:27 -05:00
Update build.yml
This commit is contained in:
parent
3f7b695aef
commit
11aa37dae5
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -113,6 +113,12 @@ jobs:
|
||||
run: |
|
||||
IFS="," read -a publish_branches <<< $PUBLISH_BRANCHES
|
||||
|
||||
if [[ " ${publish_branches[*]} " =~ " ${GITHUB_REF:11} " ]]; then
|
||||
echo "is_publish_branch=true" >> $GITHUB_ENV
|
||||
else
|
||||
echo "is_publish_branch=false" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- name: Set up .NET
|
||||
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user