Skip to content

Commit

Permalink
Remove debug and hardcoded values
Browse files Browse the repository at this point in the history
Signed-off-by: staticdev <staticdev-support@proton.me>
  • Loading branch information
staticdev committed Feb 24, 2023
1 parent 5ed6c27 commit 25b6df1
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,12 @@ jobs:
env:
ANSIBLE_GALAXY_TOKEN: ${{ secrets.GALAXY_TOKEN }}
run: >-
ansible-playbook -vvv -i 'localhost,' galaxy-deploy.yml
ansible-playbook -i 'localhost,' galaxy-deploy.yml
-e "github_tag=$(cat galaxy.yml|grep version:|cut -d' ' -f2)"
-e "ansible_namespace=aalaesar"
-e "collection=nextcloud"
# -e "ansible_namespace=$(echo ${{ github.repository }}
# | cut -d/ -f1)"
# -e "collection=$(echo ${{ github.repository }}
# | cut -d/ -f2)"
-e "ansible_namespace=$(echo ${{ github.repository }}
| cut -d/ -f1)"
-e "collection=$(echo ${{ github.repository }}
| cut -d/ -f2)"
- name: Publish the release notes
uses: release-drafter/release-drafter@v5
Expand Down

0 comments on commit 25b6df1

Please sign in to comment.