Skip to content

Merge branch 'kh/parametricBolts' of #21

Merge branch 'kh/parametricBolts' of

Merge branch 'kh/parametricBolts' of #21

Workflow file for this run

name: "Release"
on:
push:
tags:
- '*'
permissions:
contents: write
packages: write
jobs:
call-release:
uses: CommonWealthRobotics/Bowler-Script-Release-CI/.github/workflows/reusable-release.yml@main
with:
filename: "Marcos"
filelocation: "./Marcos.xml"
use-url-job:
runs-on: ubuntu-latest
needs: call-release
steps:
- run: echo "URL is:"${{ needs.call-release.outputs.outputURL }}