Skip to content

Commit fb945c7

Browse files
committed
Fix builds
1 parent 4e07cb7 commit fb945c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
prerequisites:
99
permissions:
1010
pull-requests: write
11-
uses: pulumiverse/infra/.github/workflows/provider-prerequisites.yaml@latest
11+
uses: pulumiverse/infra/.github/workflows/provider-prerequisites.yaml@actions-workflows-v0.0.4
1212
with:
1313
provider: zitadel
1414
goversion: 1.21.x
1515
build:
1616
needs: prerequisites
17-
uses: pulumiverse/infra/.github/workflows/provider-build-sdk.yaml@latest
17+
uses: pulumiverse/infra/.github/workflows/provider-build-sdk.yaml@actions-workflows-v0.0.4
1818
with:
1919
provider: zitadel
2020
goversion: 1.21.x

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
# NPM REGISTRY THEN ENSURE THE NPM_REGISTRY_URL IS CHANGED
1818
NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }}
1919
NUGET_FEED_URL: https://api.nuget.org/v3/index.json
20-
PUBLISH_NUGET: true
20+
PUBLISH_NUGET: false
2121
# IF YOU NEED TO PUBLISH A PYPI PACKAGE THEN ENSURE AN PYPI_PASSWORD
2222
# SECRET IS SET AND PUBLISH_PYPI: TRUE. IF YOU WANT TO PUBLISH TO AN ALTERNATIVE
2323
# PYPI REGISTRY THEN ENSURE THE PYPI_REPOSITORY_URL IS SET. IF YOU ARE USING AN API_TOKEN THEN
@@ -26,7 +26,7 @@ env:
2626
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2727
PYPI_USERNAME: "__token__"
2828
PYPI_REPOSITORY_URL: ""
29-
PUBLISH_PYPI: true
29+
PUBLISH_PYPI: false
3030
jobs:
3131
publish_binary:
3232
name: publish

0 commit comments

Comments
 (0)