Skip to content

Commit

Permalink
fix: Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
micxer committed Jul 4, 2024
1 parent 3465540 commit 996dac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
REPO="$(echo ${{ github.repository }} | cut -d/ -f2)"
ROLE_NAME="$(echo "${REPO#ansible-role-}" | tr '-' '_')"
ansible-galaxy role import --token ${{ secrets.GALAXY_API_KEY }} \
--branch master --role-name $ROLE_NAME \
--branch main --role-name $ROLE_NAME \
${{ env.GALAXY_USERNAME }} $REPO

0 comments on commit 996dac6

Please sign in to comment.