Skip to content

Release 0.2.0

Release 0.2.0 #1

name: Deploy (PROD)
on:
release:
types:
- published
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Run a one-line script
run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."