1
0
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:
tangowithfoxtrot 2025-05-21 13:45:02 -07:00 committed by GitHub
parent 3f7b695aef
commit 11aa37dae5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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