Fix branch name
This commit is contained in:
parent
286556a968
commit
7ca4105454
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-proxy-release.yml
vendored
2
.github/workflows/update-proxy-release.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
- name: Push changes and open PR
|
||||
shell: bash
|
||||
env:
|
||||
BRANCH: "dependency-proxy/$RELEASE_TAG"
|
||||
BRANCH: "dependency-proxy/${{ env.RELEASE_TAG }}"
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
run: |
|
||||
set -exu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue