Skip to content

Commit 0dde6dc

Browse files
Fixed release process (#447)
1 parent 5a28bd1 commit 0dde6dc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release-branch.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ jobs:
3535
run: |
3636
go get github.com/google/go-licenses && go-licenses csv cmd/manager/main.go --stderrthreshold 3 > third_party_licenses.txt
3737
38-
- name: Commit and push licence report file
39-
uses: ./.github/actions/push-files
40-
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
PATH_TO_COMMIT: "third_party_licenses.txt"
43-
DESTINATION_BRANCH: "release/${{ env.VERSION }}"
44-
4538
- name: Create deploy configurations
4639
uses: ./.github/actions/gen-install-scripts
4740
with:
@@ -62,6 +55,13 @@ jobs:
6255
PATH_TO_COMMIT: "deploy"
6356
DESTINATION_BRANCH: "release/${{ env.VERSION }}"
6457

58+
- name: Commit and push licence report file
59+
uses: ./.github/actions/push-files
60+
env:
61+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62+
PATH_TO_COMMIT: "third_party_licenses.txt"
63+
DESTINATION_BRANCH: "release/${{ env.VERSION }}"
64+
6565
- name: Commit and push bundle directory
6666
uses: ./.github/actions/push-files
6767
env:

0 commit comments

Comments
 (0)