Skip to content

Commit ba1b61a

Browse files
committed
fix: add missing version var in ci
1 parent f49dc55 commit ba1b61a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
4848
- name: Package
4949
run: |
50+
VERSION="$(git describe --tags --always)"
5051
DIR="$(mktemp -d)"
5152
mkdir "$DIR/age-plugin-sss"
5253
cp LICENSE "$DIR/age-plugin-sss"

0 commit comments

Comments
 (0)