Skip to content

Commit

Permalink
fix: test4branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RingoTC committed Mar 6, 2024
1 parent 28745f0 commit 95284eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
content=$(cat .releaserc)

channel=$(echo "$content" | jq -r --arg branch "$branch_name" '.branches[] | select(.name | test("^" + $branch + "$")) | .channel')

echo "Matched channel: $channel"
echo "::set-output name=channel::$channel"
shell: bash

Expand Down

0 comments on commit 95284eb

Please sign in to comment.