Skip to content

fix(ci): change package for molecule docker plugin #2

fix(ci): change package for molecule docker plugin

fix(ci): change package for molecule docker plugin #2

Workflow file for this run

---
name: Release
'on':
push:
tags:
- '*'
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Check out the codebase
uses: actions/checkout@v3
- name: Publish to Galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
git_branch: main