Skip to content

v1.0.0: initial release #1

v1.0.0: initial release

v1.0.0: initial release #1

Workflow file for this run

name: release
on:
release:
types: [published]
jobs:
moon:
runs-on: ubuntu-latest
if: github.repository == 'aerokube/boot'
steps:
- uses: actions/checkout@v3
- name: Prepare release version
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
- name: Download and extract release
run: ci/extract.sh $RELEASE_VERSION
- uses: AButler/[email protected]
with:
files: 'dist/*'
repo-token: ${{ secrets.GITHUB_TOKEN }}