Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyamor authored Nov 23, 2023
1 parent 003b78f commit 58b3758
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Release with SemVer
name: Create Release

on:
push:
Expand All @@ -25,13 +25,6 @@ jobs:
echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
fi
- name: Validate Semantic Versioning
run: |
if ! [[ $VERSION =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "Error: Version does not follow semantic versioning"
exit 1
fi
- name: Create GitHub Release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit 58b3758

Please sign in to comment.