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 committed Oct 5, 2023
1 parent 31058e0 commit 4123cd2
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-employee/employee-service/_VER_/employee-service-_VER_.jar"
secrets: inherit

0 comments on commit 4123cd2

Please sign in to comment.