Skip to content

Commit

Permalink
remove tag pattern check
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker authored and jgstroud committed Jan 28, 2024
1 parent 8db0c5e commit 084a659
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ jobs:
- name: Tag
id: tag
uses: JinoArch/get-latest-tag@latest

- name: Check Tag
id: check-tag
run: |
echo "Latest Tag: ${{ steps.tag.outputs.latestTag }}"
if [[ ${{ steps.tag.outputs.latestTag }} =~ ^v[0-9].[0-9].[0-9]$ ]]; then
echo "match=true" >> $GITHUB_OUTPUT
fi
- name: Match
if: steps.check-tag.outputs.match != 'true'
run: |
echo "Tag: ${{ steps.tag.outputs.latestTag }}, does not match the required format: v0.0.0"
exit 1

- name: Update version on manifest.json
uses: amochkin/action-json@v1
Expand Down

0 comments on commit 084a659

Please sign in to comment.