Skip to content

Commit

Permalink
Merge pull request #3 from python-discord/release-tag-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 authored Apr 2, 2021
2 parents 02ecc4e + 0cdf725 commit 4fc465b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
version: ${{ steps.get_version.outputs.version }}

steps:
- name: Ensure tag is in format v*.*.*
run: "[[ ${{ github.event.tag_name }} == v*.*.* ]]"

- name: Get the version
id: get_version
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/v}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "olli"
version = "0.1.0"
version = "0.1.1"
description = "Olli searches your Loki logs and relays matching terms to Discord."
authors = ["Joe Banks <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 4fc465b

Please sign in to comment.