Skip to content

Commit ba9873b

Browse files
committed
Retries
1 parent de7ac13 commit ba9873b

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

.github/workflows/release-workflow.yml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,23 @@ jobs:
2727
compgen -G 'artifacts/yarn-*.js'
2828
continue-on-error: true
2929

30-
- name: 'Build the deb dist folder'
31-
run: |
32-
./scripts/build-dist.sh
33-
if: success()
30+
- name: Dump steps context
31+
env:
32+
STEPS_CONTEXT: ${{ toJson(steps) }}
33+
run: echo "$STEPS_CONTEXT"
34+
- name: Dump runner context
35+
env:
36+
RUNNER_CONTEXT: ${{ toJson(runner) }}
37+
run: echo "$RUNNER_CONTEXT"
38+
39+
# - name: 'Build the deb dist folder'
40+
# run: |
41+
# ./scripts/build-dist.sh
42+
# if: success()
3443

35-
- name: 'Build the deb archive'
36-
uses: ./scripts/actions/build-deb
37-
if: success()
44+
# - name: 'Build the deb archive'
45+
# uses: ./scripts/actions/build-deb
46+
# if: success()
3847

3948
- name: 'Make the commit'
4049
uses: ./scripts/actions/make-commit

packages/yarnpkg-core/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@yarnpkg/core",
33
"version": "2.0.0-rc.3",
4+
"nextVersion": {
5+
"semver": "2.0.0-rc.4",
6+
"nonce": "8186642519930247"
7+
},
48
"main": "./sources/index.ts",
59
"sideEffects": false,
610
"dependencies": {

0 commit comments

Comments
 (0)