Skip to content

Commit 7b10de5

Browse files
committed
version 0.0.14
1 parent 39cc39f commit 7b10de5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-with-bnp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
run: ./up version --client
166166

167167
- name: Login to Upbound Registry
168-
run: up login --token ${{ secrets.UPBOUND_TOKEN }}
168+
run: ./up login --token ${{ secrets.UPBOUND_TOKEN }}
169169

170170
- name: Push Multi-Platform Package to Upbound registry
171-
run: "./up xpkg push -f $(echo *.xpkg|tr ' ' ,) ${{ env.XPKG }}:${{ env.XPKG_VERSION }}"
171+
run: ./up xpkg push -f $(echo *.xpkg|tr ' ' ,) ${{ env.XPKG }}:${{ env.XPKG_VERSION }}

function/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"""The version of the function."""
1717

1818
# This is set at build time, using "hatch version"
19-
__version__ = "0.0.13"
19+
__version__ = "0.0.14"

0 commit comments

Comments
 (0)