Skip to content

Commit 022d45d

Browse files
committed
Test snapshot release
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 31fc220 commit 022d45d

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
uses: ./.github/actions/gotools
5252
with:
5353
go-version: ${{ matrix.goversion }}
54-
- name: Set PreRelease Version
55-
run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)" >> $GITHUB_ENV
54+
#- name: Set PreRelease Version
55+
# run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)" >> $GITHUB_ENV
5656
- uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
5757
- uses: anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
5858
- name: Debugging what was changed
@@ -63,18 +63,8 @@ jobs:
6363
- name: Run GoReleaser
6464
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # tag=v6.3.0
6565
with:
66-
args: -p 3 release --clean
66+
args: -p 3 release --clean --snapshot
6767
version: '~> v2'
68-
- name: Create tag
69-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # tag=v8.0.0
70-
with:
71-
script: |
72-
github.rest.git.createRef({
73-
owner: context.repo.owner,
74-
repo: context.repo.repo,
75-
ref: 'refs/tags/sdk/${{ github.ref_name }}',
76-
sha: context.sha
77-
})
7868
strategy:
7969
fail-fast: true
8070
matrix:
@@ -101,8 +91,8 @@ jobs:
10191
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # tag=v2.1.0
10292
with:
10393
repo: pulumi/pulumictl
104-
- name: Install Pulumi CLI
105-
uses: pulumi/action-install-pulumi-cli@b374ceb6168550de27c6eba92e01c1a774040e11 # tag=v2.0.0
94+
- name: Install pulumi
95+
uses: pulumi/actions@v6
10696
- name: Install Go Tools
10797
uses: ./.github/actions/gotools
10898
with:

0 commit comments

Comments
 (0)