Skip to content

Commit 3fc3f5f

Browse files
✨ Create required files
1 parent c22d9a2 commit 3fc3f5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
REF_TYPE: ${{ github.ref_type }}
3838
REF_NAME: ${{ github.ref_name }}
3939

40-
- name: Build
41-
run: .github/scripts/release/build-and-test.sh
42-
env:
43-
VERSION: ${{ steps.setup.outputs.version }}
40+
# - name: Build
41+
# run: .github/scripts/release/build-and-test.sh
42+
# env:
43+
# VERSION: ${{ steps.setup.outputs.version }}
4444

4545
- name: Changelog
4646
id: changelog

0 commit comments

Comments
 (0)