File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 31
31
run : scripts/ci/release.sh
32
32
env :
33
33
NODE_AUTH_TOKEN : ${{secrets.NPM_AUTOMATION_TOKEN}}
34
+ SKIP_EXAMPLES : true
35
+ # examples are skipped, due to jest-pact requiring updating to support pact-js-v16
36
+ # will be reinstated, post release of https://github.com/pact-foundation/jest-pact/pull/423
34
37
- name : Create Release
35
38
id : create_release
36
39
uses : actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1
Original file line number Diff line number Diff line change @@ -30,9 +30,10 @@ RELEASE_NOTES="${RELEASE_NOTES//$'\r'/'%0D'}"
30
30
echo " ::set-output name=notes::$RELEASE_NOTES "
31
31
32
32
npm ci
33
- " $SCRIPT_DIR " /build-and-test.sh
34
33
34
+ # run release first prior to test, so dist folder has the right version
35
35
npm run release
36
+ " $SCRIPT_DIR " /build-and-test.sh
36
37
37
38
# Emit version to next step
38
39
VERSION=" $( " $SCRIPT_DIR /lib/get-version.sh" ) "
You can’t perform that action at this time.
0 commit comments