Skip to content

Commit 4ff2f8a

Browse files
committed
Fix docker mnt so bump survives docker run
(cherry picked from commit a9b69bb)
1 parent 33ce0f8 commit 4ff2f8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/make.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ case $CMD in
106106
TASK="set-version"
107107
# VERSION is BRANCH here for now
108108
TASK_ARGS=("$VERSION")
109+
REPO_BINDING="$repo:/sln"
109110
;;
110111
*)
111112
echo -e "\nUsage:\n\t $CMD is not supported right now\n"

.github/workflows/make-bump.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ jobs:
4141

4242
- name: Run build script
4343
run: >
44-
dotnet-tool/release-notes apply-labels --version ${{ github.event.inputs.version }} ${{ github.event.organization.name }} ${{ github.event.repository.name }}
45-
--token ${{ secrets.GITHUB_TOKEN }} --backportlabelformat "Backport BRANCH"
44+
dotnet-tool/release-notes apply-labels --version ${{ github.event.inputs.version }} ${{ github.event.organization.login }} ${{ github.event.repository.name }} --token ${{ secrets.GITHUB_TOKEN }} --backportlabelformat "Backport BRANCH"

0 commit comments

Comments
 (0)