diff options
-rw-r--r-- | .github/workflows/pr.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1be06b7..06151c8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml | |||
@@ -42,7 +42,6 @@ jobs: | |||
42 | steps: | 42 | steps: |
43 | - uses: actions/checkout@v2 | 43 | - uses: actions/checkout@v2 |
44 | - name: Upload to ansible-galaxy | 44 | - name: Upload to ansible-galaxy |
45 | uses: artis3n/ansible_galaxy_collection@v2 | 45 | uses: robertdebock/galaxy-action@1.1.0 |
46 | with: | 46 | with: |
47 | api_key: '${{ secrets.GALAXY_API_KEY }}' | 47 | api_key: '${{ secrets.GALAXY_API_KEY }}' |
48 | galaxy_version: '${{ github.event.release.tag_name }}' | ||