Skip to content

Commit 5a8e8c4

Browse files
committed
chore: update lockfile
1 parent 1fcd398 commit 5a8e8c4

File tree

2 files changed

+1041
-972
lines changed

2 files changed

+1041
-972
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Check prerelease
2424
id: check_version
2525
run: |
26-
if [[ "${{ github.ref }}" =~ ^[0-9.]+$ ]]; then
26+
if [[ "${{ github.ref }}" =~ ^refs/tags/[0-9.]+$ ]]; then
2727
echo "PRERELEASE=false" >> $GITHUB_OUTPUT
2828
else
2929
echo "PRERELEASE=true" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)