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 3131 run : scripts/ci/release.sh
3232 env :
3333 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
3437 - name : Create Release
3538 id : create_release
3639 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'}"
3030echo " ::set-output name=notes::$RELEASE_NOTES "
3131
3232npm ci
33- " $SCRIPT_DIR " /build-and-test.sh
3433
34+ # run release first prior to test, so dist folder has the right version
3535npm run release
36+ " $SCRIPT_DIR " /build-and-test.sh
3637
3738# Emit version to next step
3839VERSION=" $( " $SCRIPT_DIR /lib/get-version.sh" ) "
You can’t perform that action at this time.
0 commit comments