Skip to content

Commit

Permalink
make release workflow work for satellite collection
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 8, 2023
1 parent 9ddbdb5 commit 5d997f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: release

on:
push:
branches-ignore:
- '**'
tags:
- '[0-9]+.[0-9]+.[0-9]+'

concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
Expand All @@ -23,8 +23,6 @@ jobs:
run: pip install --upgrade ansible py
- name: Build Ansible Collection
run: make dist
- name: Deploy Ansible Collection
run: make publish GALAXY_API_KEY=${{ secrets.GALAXY_API_KEY }}
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 5d997f9

Please sign in to comment.