File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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/')
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"
You can’t perform that action at this time.
0 commit comments