Skip to content

Add doc header, enforce 60 char column limit #7

Add doc header, enforce 60 char column limit

Add doc header, enforce 60 char column limit #7

Workflow file for this run

---
- name: Deploy collection to galaxy

Check failure on line 2 in .github/workflows/publish.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yaml

Invalid workflow file

You have an error in your yaml syntax on line 2
on:
release:
types:
- released
jobs:
publish:
name: Publish to Galaxy
runs-on: ubuntu-latest
steps:
- uses: checkout@v4
with:
ref: ${{ github.ref }}
- name: Build collection
run: ansible-galaxy collection build
- name: Get expected version string
shell: VERSION=$(echo ${{ github.ref_name }} | sed -e 's/v\(.*\)/\1/'
- name: Publish to Galaxy
run: |
ansible-galaxy collection publish \
tofugarden-secureboot-$VERSION.tar.gz \
--token ${{ secrets.GALAXY_API_KEY }}