Skip to content

fix: correctly parse "Z" offset specifier in parseJSONDate #300

fix: correctly parse "Z" offset specifier in parseJSONDate

fix: correctly parse "Z" offset specifier in parseJSONDate #300

Workflow file for this run

name: build-alpha
on:
push:
branches: [dev]
paths-ignore: ['docs/**']
pull_request:
branches: [dev]
paths-ignore: ['docs/**']
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/part-build.yml
secrets: inherit
with:
prereleaseSlug: alpha
publish:
if: success() && github.event_name == 'push'
uses: ./.github/workflows/part-publish.yml
needs: build
secrets: inherit