Skip to content

v0.1.0

v0.1.0 #1

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
name: vcpkg registry release
on:
release:
types: [published]
jobs:
vcpkg-release:
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-vcpkg-release.yml@1.6.1
with:
port_name: beman-iterator-interface
secrets:
VCPKG_REGISTRY_TOKEN: ${{ secrets.VCPKG_REGISTRY_TOKEN }}