Skip to content

fix: uncrypto works on https and localhost only #258

fix: uncrypto works on https and localhost only

fix: uncrypto works on https and localhost only #258

Workflow file for this run

name: Publish Any Commit (v2)
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup (Install node & pnpm)
uses: ./.github/actions/setup
- name: Build Reka UI and plugins
run: pnpm run build
- run: pnpm dlx pkg-pr-new publish --compact ./packages/core
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}