Skip to content

Commit df4014b

Browse files
committed
fix: release action issues
Signed-off-by: Daniel Bluhm <[email protected]>
1 parent 967cca1 commit df4014b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
images: |
4141
ghcr.io/${{ steps.info.outputs.repo-owner }}/acapy-plugin-pickup
4242
tags: |
43-
type=semver
43+
type=semver,pattern={{version}}
4444
type=sha
4545
4646
- name: Build and Push Image to ghcr.io

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: steps.setup.outputs.cache-hit != 'true'
2525
run: poetry install
2626
- name: Confidence check (run tests)
27-
run: poetry run pytest
27+
run: poetry run pytest tests
2828
- name: Build package
2929
run: poetry build
3030
- name: Publish package

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 = "acapy-plugin-pickup"
3-
version = "0.1.0"
3+
version = "0.1.0-post0"
44
description = "Pickup Protocol for ACA-Py"
55
authors = ["Daniel Bluhm <[email protected]>", "Micah Peltier <[email protected]>", "Peter Strobel <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)