We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49dc55 commit ba1b61aCopy full SHA for ba1b61a
1 file changed
.github/workflows/build-and-test.yml
@@ -47,6 +47,7 @@ jobs:
47
48
- name: Package
49
run: |
50
+ VERSION="$(git describe --tags --always)"
51
DIR="$(mktemp -d)"
52
mkdir "$DIR/age-plugin-sss"
53
cp LICENSE "$DIR/age-plugin-sss"
0 commit comments