Skip to content

Commit

Permalink
Merge pull request #58 from mhashizume/maint/main/auto-release-gha
Browse files Browse the repository at this point in the history
(maint) Fix auto release action
  • Loading branch information
joshcooper authored Feb 14, 2023
2 parents 449dd71 + ca5186e commit 4645304
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ jobs:
fetch-depth: 0
persist-credentials: false

# We use the dev tools image here because the PDK image does not have the
# build tools necessary to compile native extensions.
- name: "PDK Release prep"
uses: docker://puppet/pdk:2.6.1.0
uses: docker://puppet/puppet-dev-tools:4.x
with:
args: 'release prep --force'
args: 'pdk release prep --force --debug'
env:
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 3 additions & 1 deletion .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Gemfile:
from_env: BEAKER_PUPPET_VERSION
version: '~> 1.22'
- gem: github_changelog_generator
version: '=1.15.2'
version: '= 1.16.4'
- gem: concurrent-ruby
version: '= 1.1.10'
# We can unpin async when we move to Ruby 3
- gem: async
version: '~> 1'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ group :development do
gem "beaker-hostgenerator"
gem "beaker-rspec"
gem "beaker-puppet", *location_for(ENV['BEAKER_PUPPET_VERSION'] || '~> 1.22')
gem "github_changelog_generator", require: false
gem "github_changelog_generator", '= 1.16.4', require: false
gem "concurrent-ruby", '= 1.1.10', require: false
gem "async", '~> 1', require: false
gem "beaker-module_install_helper", require: false
gem "beaker-puppet_install_helper", require: false
Expand Down

0 comments on commit 4645304

Please sign in to comment.