Fix branch name

This commit is contained in:
Michael B. Gale
2025-06-23 12:45:06 +01:00
parent 286556a968
commit 7ca4105454

View File

@@ -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