Skip to content

Commit

Permalink
Release v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
numToStr committed Jan 2, 2021
1 parent a320811 commit 4c5728d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
run: |
URL=$(git remote get-url origin)
echo URL::${URL}
VERSION=$(git describe --abbrev=0 --tags | sed -e "e/v//g")
VERSION=$(git describe --abbrev=0 --tags | sed -e "s/v//g")
echo set-output name=VERSION::${VERSION}
echo ::set-output name=VERSION::"${VERSION}"
sed -i -e "s%{{AUTHOR}}%${AUTHOR}%g;" ./.archlinux/PKGBUILD
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snm"
version = "0.1.7"
version = "0.1.8"
description = "Smol and Stupid Node Manager"
authors = ["Vikas Raj <sudo@vikasraj.dev>"]
edition = "2018"
Expand Down

0 comments on commit 4c5728d

Please sign in to comment.