Update create-testing-snapshot.yaml
Some checks failed
Generate testing snapshot / Create testing release (push) Failing after 1s

This commit is contained in:
hizumi
2024-02-15 18:07:52 -06:00
parent 94814b6d07
commit 32491da46f

View File

@@ -83,11 +83,3 @@ jobs:
with: with:
release_branch: develop release_branch: develop
tag: "testing-release" tag: "testing-release"
- name: Upload testing-release attachment
uses: svenstaro/upload-release-action@v2
with:
file: framework-test-snapshot.zip
asset_name: framework-test-snapshot.zip
tag: 'testing-release'
overwrite: 'true'