bp3d-util 2.3.0

OS independant Rust language utilities.
1
2
3
4
5
6
7
8
9
10
11
12
name: Release

on:
  push:
    branches:
      - master

jobs:
  Publish:
    uses: BlockProject3D/workflows/.github/workflows/Publish.yml@main
    secrets:
      RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}