Skip to content

Commit

Permalink
fix(ci): explicitly set git_branch when performing galaxy release
Browse files Browse the repository at this point in the history
  • Loading branch information
shmileee committed Apr 5, 2022
1 parent 13df219 commit 2907649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Release
push:
tags:
- '*'
workflow_dispatch:

jobs:

Expand All @@ -18,3 +19,4 @@ jobs:
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
git_branch: main

0 comments on commit 2907649

Please sign in to comment.