Skip to content

Toit pkg publish

Actions
Publish a Toit package to the package registry
v1.5.0
Latest
Star (2)

Tags

 (1)

action-publish

GitHub action for publishing a package

Setup

To set up publishing for a package repository add the following to ./github/workflows/publish.yml:

name: Publish package

on:
  push:
    tags:
    - 'v[0-9]+.[0-9]+.[0-9]+'
    - 'v[0-9]+.[0-9]+.[0-9]+-*'

jobs:
  create-release:
    name: Create new release
    runs-on: ubuntu-latest
    steps:
      - name: Publish
        uses: toitlang/[email protected]

Toit pkg publish is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Publish a Toit package to the package registry
v1.5.0
Latest

Tags

 (1)

Toit pkg publish is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.