Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
---
 Signed-off-by: Peter Kriens <[email protected]>

Signed-off-by: Peter Kriens <[email protected]>
  • Loading branch information
pkriens committed Nov 29, 2024
1 parent 667013d commit ea051c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/postrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,12 @@ jobs:
ref: master
- name: create branch for templates
run: |
git remote set-url origin https://${{ secrets.PAT_WORKSPACE_REPO }}@github.com/bndtools/workspace.git
export v=`echo ${{ github.event.inputs.V1 }} | awk -F. '{print $1"."$2}'`
echo $v
git config user.name github-actions
git config user.email [email protected]
git checkout -B $v
git push origin $v --force
git push https://${{ secrets.PAT_WORKSPACE_REPO }}@bndtools/bnd.git --force
finalize-master:
needs: [release-doc-generate, create-workspace-template]
Expand Down

0 comments on commit ea051c1

Please sign in to comment.