Skip to content

Just a few fixes and making it easier to be heretical #222

Just a few fixes and making it easier to be heretical

Just a few fixes and making it easier to be heretical #222

Workflow file for this run

# This workflow adds the necessary assets to every release
# For more details, visit https://github.com/BSData/publish-catpkg
name: Publish catpkg
on:
release:
types: [ published, edited ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: BSData/publish-catpkg@v1