Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Add $BRANCH_NAME
  • Loading branch information
lopezvoliver authored Nov 28, 2024
1 parent 90d7177 commit 2a07f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
git add package.json package-lock.json
git commit -m "Bumped version to 0.3.0"
BRANCH_NAME=vsce-version-bump-${NEW_VERSION}
git branch -m
git branch -m $BRANCH_NAME
git push --set-upstream origin $BRANCH_NAME
echo "new_version=$NEW_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 2a07f50

Please sign in to comment.