We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22d9a2 commit 3fc3f5fCopy full SHA for 3fc3f5f
.github/workflows/release.yaml
@@ -37,10 +37,10 @@ jobs:
37
REF_TYPE: ${{ github.ref_type }}
38
REF_NAME: ${{ github.ref_name }}
39
40
- - name: Build
41
- run: .github/scripts/release/build-and-test.sh
42
- env:
43
- VERSION: ${{ steps.setup.outputs.version }}
+ # - name: Build
+ # run: .github/scripts/release/build-and-test.sh
+ # env:
+ # VERSION: ${{ steps.setup.outputs.version }}
44
45
- name: Changelog
46
id: changelog
0 commit comments