Skip to content

Commit

Permalink
Yaml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-martinsmith committed Aug 21, 2024
1 parent 9f426cd commit ee76ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
should_release=true
elif [[ "${{ github.ref }}" == refs/heads/${{ env.BRANCH_PREFIX_RELEASE_CANDIDATE }}* ]]
then
should_publish=true
should_release=true
fi
echo "should_release=${should_release}" >> $GITHUB_ENV
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Show Configuration
id: show_configuration
run: env
run: env | sort

outputs:
assembly_version: ${{ env.assembly_version }}
Expand Down

0 comments on commit ee76ce1

Please sign in to comment.