Skip to content

Commit

Permalink
fix: add missing version var in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
olastor committed Jan 7, 2024
1 parent f49dc55 commit ba1b61a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Package
run: |
VERSION="$(git describe --tags --always)"
DIR="$(mktemp -d)"
mkdir "$DIR/age-plugin-sss"
cp LICENSE "$DIR/age-plugin-sss"
Expand Down

0 comments on commit ba1b61a

Please sign in to comment.