Skip to content

Commit f293363

Browse files
committed
fix: Adjust the release process
1 parent 1e8497a commit f293363

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/version_bump_and_new_release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@ jobs:
3232
submodules: "recursive"
3333
persist-credentials: false
3434

35-
- name: Create the BOSH private.yml file
36-
run: |
37-
cat - > config/private.yml <<EOS
38-
---
39-
blobstore:
40-
options:
41-
credentials_source: static
42-
json_key: |
43-
${{ secrets.GCP_BLOBSTORE_JSON_KEY }}
44-
EOS
45-
4635
- name: Get latest download urls
4736
run: |
4837
echo "LATEST_JQ_DOWNLOAD_URL=$(curl -sL https://tis-service-user:${{ secrets.TIS_PUBLIC_API_READ_TOKEN }}@api.github.com/repos/jqlang/jq/releases/latest | jq -r '.assets[].browser_download_url' | grep 'jq-linux-amd64$')" >> $GITHUB_ENV
@@ -124,6 +113,17 @@ jobs:
124113
/tmp/cache/yq -i 'del(.builds.*)' .final_builds/license/index.yml
125114
shell: bash
126115

116+
- name: Create the BOSH private.yml file
117+
run: |
118+
cat - > config/private.yml <<EOS
119+
---
120+
blobstore:
121+
options:
122+
credentials_source: static
123+
json_key: |
124+
${{ secrets.GCP_BLOBSTORE_JSON_KEY }}
125+
EOS
126+
127127
- name: Create the bosh release
128128
id: loki-boshrelease
129129
run: |

0 commit comments

Comments
 (0)