Skip to content

Commit

Permalink
Creating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JansenSmith committed Jul 25, 2023
1 parent 1a3f5db commit 5e99fef
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/bowler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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: "CrystalStand"
filelocation: "./CrystalStand.groovy"
use-url-job:
runs-on: ubuntu-latest
needs: call-release
steps:
- run: echo "URL is:"${{ needs.call-release.outputs.outputURL }}

0 comments on commit 5e99fef

Please sign in to comment.