Skip to content

refactor(definitions/schemas/modules): reorganize things and remove numeric prefixes #14

refactor(definitions/schemas/modules): reorganize things and remove numeric prefixes

refactor(definitions/schemas/modules): reorganize things and remove numeric prefixes #14

Workflow file for this run

name: "CI - Release (Edge)"
on:
workflow_dispatch:
pull_request:
branches:
- development
push:
branches:
- development
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
jobs:
ci-edge-npm:
name: Edge NPM package publish
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install
uses: ./.github/actions/prepare/install
with:
install-node: "true"
install-dotnet: "true"
- name: Build
uses: ./.github/actions/prepare/build
with:
workspace-build: "true"
- name: "Continuos Release: publish to pkg.pr.new"
run: pnpx pkg-pr-new publish --comment=update './integrations/npm/especificacao'