Skip to content

Commit

Permalink
Upgrade release action
Browse files Browse the repository at this point in the history
  • Loading branch information
samdbmg committed Dec 2, 2022
1 parent f656c6a commit c6db638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Create Tag and Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -28,6 +28,6 @@ jobs:
draft: false
prerelease: false
- name: Publish to Ansible Galaxy
uses: robertdebock/galaxy-action@1.1.0
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}

0 comments on commit c6db638

Please sign in to comment.