Skip to content

Commit

Permalink
Merge pull request #63 from puppetlabs/CAT-1356-Automated-Reference-M…
Browse files Browse the repository at this point in the history
…D-File

[CAT-1356] : Adding REFERENCE.md updation in module release prep
  • Loading branch information
jordanbreen28 authored Nov 1, 2023
2 parents d9b6837 + 62ee5d4 commit a092ea7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/module_release_prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,22 @@ jobs:
# Update version in metadata.json, only matching first occurrence
sed -i "0,/$current_version/s//${{ github.event.inputs.version }}/" $(find . -name 'metadata.json')
- name: "setup ruby"
uses: "ruby/setup-ruby@v1"
with:
ruby-version: "3.2"
bundler-cache: "true"

- name: "bundle environment"
run: |
echo ::group::bundler environment
bundle env
echo ::endgroup::
- name: "Update REFERENCE.md"
run: |
bundle exec rake strings:generate:reference
- name: "Get version"
id: "get_version"
run: |
Expand Down

0 comments on commit a092ea7

Please sign in to comment.