Skip to content

Commit

Permalink
Add version
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Dec 27, 2021
1 parent 796095c commit ef29025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
make
rm -f ./compiled/.gitkeep
VERSION=$(git describe --tags --abbrev=0)
cat extension.json | jq '.version |= "$VERSION"' > ./compiled/extension.json
cat extension.json | jq ".version |= \"$VERSION\"" > ./compiled/extension.json
cp LICENSE ./compiled/LICENSE
cd compiled
tar -czvf ../nanodump.tar.gz .
Expand Down

0 comments on commit ef29025

Please sign in to comment.