Skip to content

Commit

Permalink
Checkout fake release branch for release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Jan 20, 2024
1 parent a3de663 commit 82f52c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
needs: label-detector
runs-on: "${{ needs.label-detector.outputs.runs-on }}"
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- uses: actions/checkout@v1
- run: git checkout -b release-${GITHUB_REF_NAME}

- name: Set up Go 1.21
uses: actions/setup-go@v1
Expand Down

0 comments on commit 82f52c3

Please sign in to comment.