Skip to content

Commit b1d116e

Browse files
committed
Update project version handling in GitHub actions
- Update version handling in release workflow - Refactor `VERSION` environment variable to use `github.ref_name` for consistency - Improve readability and maintainability of release workflow configuration
1 parent a8c12a1 commit b1d116e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
permissions: write-all
99

1010
env:
11-
VERSION: ${{ github.ref }}
11+
VERSION: ${{ github.ref_name }}
1212

1313
jobs:
1414
publish-package:

0 commit comments

Comments
 (0)