Skip to content

Commit 577e1e7

Browse files
author
Gregory M Kohler
authored
πŸ‘·β€β™‚οΈ [ION-285] release publication workflow fixups (#8)
* πŸ“Œ pin python version * πŸ› use ref_name instead of ref ref is a lot longer, e.g. 'refs/heads/gmkohler/ION-285' found with debug logging * 🏷️ bump patch version want to compare with new release
1 parent 77d7363 commit 577e1e7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Publish new release
12
on:
23
workflow_dispatch:
34
jobs:
@@ -32,7 +33,7 @@ jobs:
3233
# prefix with v to match tag convention
3334
run: poetry version -s | awk '{ print "version=v" $1 }' >> $GITHUB_OUTPUT
3435
- name: check library version
35-
if: ${{ steps.output-version.outputs.version }} != ${{ github.ref }}
36+
if: ${{ steps.output-version.outputs.version }} != ${{ github.ref_name }}
3637
id: check-version
3738
uses: actions/github-script@v7
3839
with:

β€Ž.python-versionβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12.0

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ionic-langchain"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = ""
55
authors = ["Owen Sims <owen@ionicapi.com>"]
66
readme = "README.md"

0 commit comments

Comments
Β (0)