Skip to content

Commit

Permalink
ci: 馃敡 fix missing apostrophe causing action fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDynamo committed Apr 26, 2024
1 parent b8066b0 commit 429b4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Get Release Branch
id: release-branch
run: |
if [[ ${{ github.ref }} == 'refs/heads/develop ]]; then
if [[ ${{ github.ref }} == 'refs/heads/develop' ]]; then
echo "::set-output name=release_branch::nightly"
else
echo "Unknown tag, not setting environment variable."
Expand Down

0 comments on commit 429b4f6

Please sign in to comment.