Skip to content

Commit

Permalink
Ruby setup during release should install puppet ~> 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashbunny committed Aug 15, 2024
1 parent c38c9f4 commit 14e2376
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: voxpupuli/gha-puppet/.github/workflows/release.yml@v2
with:
allowed_owner: Slashbunny
env:
PUPPET_GEM_VERSION: "~> 7.0"
secrets:
username: ${{ secrets.PUPPET_FORGE_USERNAME }}
api_key: ${{ secrets.PUPPET_FORGE_API_KEY }}
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Slashbunny-phpfpm",
"version": "0.1.2",
"version": "0.1.3",
"author": "Slashbunny",
"summary": "Manages php-fpm daemon and pool configuration",
"license": "GPL-3.0",
Expand Down

0 comments on commit 14e2376

Please sign in to comment.