Skip to content

Commit 05341b7

Browse files
authored
Correct permission and branch name (#1845)
* Permissions on create_gh_pr script * Permissions on update_version script * Branch name fix
1 parent 840bb5b commit 05341b7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/create_gh_pr

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ git config user.name $_GITHUB_USER
55
git config user.email $_GITHUB_EMAIL
66
git remote set-url origin https://$_GITHUB_USER:$(cat token.txt)@github.com/dataform-co/dataform.git
77

8+
echo "Update version..."
9+
./scripts/update_version
10+
811
export git_branch_name=npm_veriosn_$(cat version.bzl | grep DF_VERSION | awk '{ print $3 }' | sed "s/\"//g")
912

1013
echo "Create new branch $git_branch_name..."
1114
git checkout -b $git_branch_name
1215

13-
echo "Update version..."
14-
./scripts/update_version
15-
1616
git add version.bzl
1717
git commit -m "Update the npm package version"
1818

scripts/update_version

100644100755
File mode changed.

0 commit comments

Comments
 (0)