We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02ecc4e + 0cdf725 commit 4fc465bCopy full SHA for 4fc465b
2 files changed
.github/workflows/release.yml
@@ -14,6 +14,9 @@ jobs:
14
version: ${{ steps.get_version.outputs.version }}
15
16
steps:
17
+ - name: Ensure tag is in format v*.*.*
18
+ run: "[[ ${{ github.event.tag_name }} == v*.*.* ]]"
19
+
20
- name: Get the version
21
id: get_version
22
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/v}
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "olli"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "Olli searches your Loki logs and relays matching terms to Discord."
5
authors = ["Joe Banks <joseph@josephbanks.me>"]
6
license = "MIT"
0 commit comments