Skip to content

Switch to new μpkg package format #1

Switch to new μpkg package format

Switch to new μpkg package format #1

Workflow file for this run

name: Release
on:
push:
tags: ['v*']
jobs:
test:
uses: ./.github/workflows/test.yaml
secrets: inherit
release:
needs: [test]
permissions:
contents: write
runs-on: ubuntu-latest
name: Create GitHub release
steps:
- uses: orbit-online/upkg-release@v1
with:
paths: bin common.sh README.md LICENSE