Skip to content

Commit

Permalink
fix(ci): Fix tag validation
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Oct 1, 2024
1 parent 8d4b7cf commit 669f802
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions-ecosystem/action-get-latest-tag@v1
- name: Retrieve version
id: version
run: |
echo "TAG_NAME=$(git tag --points-at HEAD)" >> $GITHUB_OUTPUT
# - uses: actions-ecosystem/action-get-latest-tag@v1
# id: version

# - name: Validate version from git tag
# if: steps.version.outputs.is_valid != 'true'
Expand Down

0 comments on commit 669f802

Please sign in to comment.