Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Dec 15, 2023
1 parent efaf20e commit 07afd89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
- '[0-9]+.[0-9]+.[0-9]+'

concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
Expand All @@ -25,8 +25,6 @@ jobs:
run: make dist
- name: Build Changelog
run: antsibull-changelog generate --output release-changelog.txt --only-latest
- 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 07afd89

Please sign in to comment.