Skip to content

Commit

Permalink
Create check-and-register.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinitself authored Oct 5, 2023
1 parent 5504b44 commit ad15e4f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/check-and-register.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Check for artifact and register release

on:
workflow_run:
workflows: ["Gradle Release"]
types:
- completed

jobs:
build:
uses: octopusden/octopus-base/.github/workflows/[email protected]
if: "${{ github.event.workflow_run.conclusion == 'success' }}"
with:
artifact-pattern: "octopus-release-management/org.octopusden.octopus-release-management/_VER_/org.octopusden.octopus-release-management-_VER_.jar"
secrets: inherit

0 comments on commit ad15e4f

Please sign in to comment.