Skip to content

Commit 68d9110

Browse files
authored
Merge pull request #4 from octoenergy/hotfix/correct-provider-name
2 parents 4fb0ed3 + 089811b commit 68d9110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
SPACELIFT_API_KEY_ID: ${{ secrets.SPACELIFT_API_KEY_ID }}
5656
SPACELIFT_API_KEY_SECRET: ${{ secrets.SPACELIFT_API_KEY_SECRET }}
5757
run:
58-
spacectl provider create-version --type=ktlgithub
58+
spacectl provider create-version --type=github
5959

6060
- name: Publish provider
6161
if: startsWith(github.ref, 'refs/tags/')
@@ -65,7 +65,7 @@ jobs:
6565
SPACELIFT_API_KEY_ID: ${{ secrets.SPACELIFT_API_KEY_ID }}
6666
SPACELIFT_API_KEY_SECRET: ${{ secrets.SPACELIFT_API_KEY_SECRET }}
6767
run: |
68-
spacectl provider list-versions --type ktlgithub -o json > versions.json
68+
spacectl provider list-versions --type github -o json > versions.json
6969
VERSION_NUMBER=${{ github.ref_name }}
7070
VERSION_ID=$(jq -r --arg version "${VERSION_NUMBER#v}" '.versions[] | select(.number == $version) | .id' versions.json)
7171
echo "Publishing ID: $VERSION_ID"

0 commit comments

Comments
 (0)