Skip to content

Commit

Permalink
Adding REFERENCE.md updation in module release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat-puppet committed Nov 1, 2023
1 parent d9b6837 commit 62ee5d4
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 62ee5d4

Please sign in to comment.