Skip to content

Commit 3dd2940

Browse files
committed
do not tag releases for sdk
1 parent f4a168a commit 3dd2940

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.github/workflows/sdk-release-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030

3131
- uses: ./.github/actions/setup-project
3232

33-
- name: Download updated package
34-
uses: actions/download-artifact@v4
35-
with:
36-
name: ${{ inputs.artifact-name }}
37-
path: sdk/
38-
3933
- name: Set environment variables
4034
env:
4135
SECRETS_CONTEXT: ${{ toJSON(secrets) }}

.github/workflows/sdk-release-prod.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,3 @@ jobs:
8686
git add sdk/package.json
8787
git commit -m "Bump SDK version to ${{ steps.bump_version.outputs.new_version }}"
8888
git push
89-
90-
- name: Create and push production tag
91-
run: |
92-
git tag "sdk-v${{ steps.bump_version.outputs.new_version }}"
93-
git push origin "sdk-v${{ steps.bump_version.outputs.new_version }}"
94-
95-
- name: Upload updated package
96-
uses: actions/upload-artifact@v4
97-
with:
98-
name: updated-sdk-package
99-
path: sdk/

0 commit comments

Comments
 (0)