Skip to content

Commit 644783f

Browse files
authored
[internal] ensure sdk tag for go sdk pushed as part of release (#73)
1 parent 4c6b0df commit 644783f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,3 +356,17 @@ jobs:
356356
author_name: Failure in running ${{ matrix.language }} tests
357357
fields: repo,commit,author,action
358358
status: ${{ job.status }}
359+
tag_sdk:
360+
name: tag_sdk
361+
needs: publish_sdk
362+
runs-on: ubuntu-latest
363+
steps:
364+
- name: Checkout Repo
365+
uses: actions/checkout@v2
366+
- name: Install pulumictl
367+
uses: jaxxstorm/[email protected]
368+
with:
369+
repo: pulumi/pulumictl
370+
- name: Add SDK version tag
371+
run: git tag sdk/v$(pulumictl get version --language generic) && git push origin
372+
sdk/v$(pulumictl get version --language generic)

0 commit comments

Comments
 (0)