File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
v1/typescript-definitions/src/definitions Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4747 - name : Bump version to prerelease
4848 if : github.ref != 'refs/heads/main'
4949 run : |
50+ COMMIT_TIMESTAMP=$(git log -1 --pretty=format:%ct HEAD)
51+ COMMIT_DATE=$(date -d @$COMMIT_TIMESTAMP +%Y%m%d-%H%M%S)
52+ GIT_HASH=$(git rev-parse --short HEAD)
5053 PRERELEASE_TAG=nightly-$(echo "${{ github.ref_name }}" | sed -r 's/[^a-z0-9]+/-/gi')
5154 npm version prerelease --preid $PRERELEASE_TAG-$COMMIT_DATE-$GIT_HASH
5255
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export type ActionInvokeParams = {
4545 skipAnimation ?: boolean ;
4646} & VendorExtend ;
4747
48- export type PlayActionReturnPayload = ( ReturnPayload | { } ) & {
48+ export type PlayActionReturnPayload = ReturnPayload & {
4949 /** The resulting step from a PlayAction */
5050 currentStep : number ;
5151} ;
You can’t perform that action at this time.
0 commit comments