Skip to content

Commit

Permalink
fix: publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
fupengl committed Sep 2, 2022
1 parent ddc782b commit 268cf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Release branch
master="master"
master="main"
prefix="stable-"

git pull origin $master
Expand Down

0 comments on commit 268cf8b

Please sign in to comment.