Skip to content

Commit

Permalink
Fix release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed May 30, 2024
1 parent 7da9c72 commit b668369
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 @@ -21,7 +21,7 @@ jobs:
steps:
- name: Run release-please
id: release
uses: google-github-actions/release-please-action@v3
uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
command: manifest
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ need.release-please.outputs.tag }}
ref: ${{ needs.release-please.outputs.tag }}

- name: Push to galaxy
uses: artis3n/ansible_galaxy_collection@v2
Expand Down

0 comments on commit b668369

Please sign in to comment.