Skip to content

Commit b846961

Browse files
chore: Fix release CI
1 parent b6e76dd commit b846961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
ANSIBLE_GALAXY_TOKEN: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
8080
run: |
81-
ansible-galaxy collection publish -e $ANSIBLE_GALAXY_TOKEN
81+
ansible-galaxy collection publish --token $ANSIBLE_GALAXY_TOKEN
8282
8383
- name: Run semantic-release
8484
env:

0 commit comments

Comments
 (0)