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 4098d74 commit 17bec52Copy full SHA for 17bec52
1 file changed
.github/workflows/create-release.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/setup-node@v3
25
with:
26
node-version: 18
27
- - run: yarn && yarn build
+ # - run: yarn && yarn build
28
- run: git config --global user.name "${{ github.actor }}"
29
- run: git config --global user.email "github-action-${{ github.actor }}@users.noreply.github.com"
30
- name: 'change version'
0 commit comments