Skip to content

Commit

Permalink
Create publish-catpkg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amis92 authored Feb 6, 2020
1 parent 3d0f337 commit 943b569
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish-catpkg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Publish catpkg

on:
release:
types: [created, edited]
jobs:
publish-catpkg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: BSData/publish-catpkg@v1

0 comments on commit 943b569

Please sign in to comment.