Skip to content

Commit

Permalink
Fix the deploy workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Wolf <[email protected]>
  • Loading branch information
christianlupus committed Nov 9, 2022
1 parent 84ed21a commit 43cda61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy/create-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
deploy_path='.github/actions/deploy'

stable_branch=$(cat "$deploy_path/stable_name")
master_branch=master
master_branch=main-0.9.x

major=$(cat "$deploy_path/major")
minor=$(cat "$deploy_path/minor")
Expand Down

0 comments on commit 43cda61

Please sign in to comment.