We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffac2f5 commit b238c31Copy full SHA for b238c31
.github/workflows/cd.yml
@@ -89,7 +89,7 @@
89
90
- name: Ensure version matches the tag
91
run: |
92
- GEM_VERSION=$(grep -Eo "[0-9]+\.[0-9]+\.[0-9]+" lib/fast_code_owners/version.rb | head -n 1)
+ GEM_VERSION=$(grep -Eo "[0-9]+\.[0-9]+\.[0-9]+[-0-9]*" lib/code_ownership/version.rb | head -n 1)
93
if [ "v$GEM_VERSION" != "${{ github.ref_name }}" ]; then
94
echo "Gem version does not match tag"
95
echo " v$GEM_VERSION != ${{ github.ref_name }}"
0 commit comments