Skip to content

Commit 7944fb3

Browse files
committed
do not set current tag
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 39d60e2 commit 7944fb3

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
uses: ./.github/actions/gotools
5050
with:
5151
go-version: ${{ matrix.goversion }}
52-
- name: Set PreRelease Version
53-
run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)" >> $GITHUB_ENV
52+
#- name: Set PreRelease Version
53+
# run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)" >> $GITHUB_ENV
5454
- uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
5555
- uses: anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
5656
- name: Debugging what was changed
@@ -63,16 +63,6 @@ jobs:
6363
with:
6464
args: -p 3 release --clean --snapshot
6565
version: '~> v2'
66-
- name: Create tag
67-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # tag=v8.0.0
68-
with:
69-
script: |
70-
github.rest.git.createRef({
71-
owner: context.repo.owner,
72-
repo: context.repo.repo,
73-
ref: 'refs/tags/sdk/${{ github.ref_name }}',
74-
sha: context.sha
75-
})
7666
strategy:
7767
fail-fast: true
7868
matrix:
@@ -99,8 +89,8 @@ jobs:
9989
uses: jaxxstorm/action-install-gh-release@6096f2a2bbfee498ced520b6922ac2c06e990ed2 # tag=v2.1.0
10090
with:
10191
repo: pulumi/pulumictl
102-
- name: Install Pulumi CLI
103-
uses: pulumi/action-install-pulumi-cli@b374ceb6168550de27c6eba92e01c1a774040e11 # tag=v2.0.0
92+
- name: Install pulumi
93+
uses: pulumi/actions@v6
10494
- name: Install Go Tools
10595
uses: ./.github/actions/gotools
10696
with:

0 commit comments

Comments
 (0)