mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 19:27:42 +01:00
ci(ci.yml): Fix LATEST_TAG assignment
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get latest tag
|
- name: Get latest tag
|
||||||
id: latest-tag
|
id: latest-tag
|
||||||
run: echo "LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_OUTPUT
|
run: LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
|
||||||
|
|
||||||
- name: Check if we can patch
|
- name: Check if we can patch
|
||||||
run: pnpm semver $LATEST_TAG -i minor
|
run: pnpm semver $LATEST_TAG -i minor
|
||||||
|
|||||||
Reference in New Issue
Block a user