Skip to content

Commit

Permalink
fix: Release Version Update
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Gilbert <50398495+MarkProminic@users.noreply.github.com>
  • Loading branch information
MarkProminic committed Dec 10, 2022
1 parent c3f25b2 commit f6ad1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
package-name: ${{ env.GEM_NAME }}
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
version-file: "lib/${{ env.GEM_NAME }}/version.rb"
version-file: lib/${{ env.GEM_NAME }}/version.rb

# Checkout code if release was created
- uses: actions/checkout@v2
Expand Down

0 comments on commit f6ad1d5

Please sign in to comment.