Skip to content

Commit 7ca4105

Browse files
committed
Fix branch name
1 parent 286556a commit 7ca4105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-proxy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Push changes and open PR
4646
shell: bash
4747
env:
48-
BRANCH: "dependency-proxy/$RELEASE_TAG"
48+
BRANCH: "dependency-proxy/${{ env.RELEASE_TAG }}"
4949
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
5050
run: |
5151
set -exu

0 commit comments

Comments
 (0)