File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed
Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 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) }}
Original file line number Diff line number Diff line change 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/
You can’t perform that action at this time.
0 commit comments