Skip to content

Commit 039c019

Browse files
author
Antoine Toussaint
committed
Update version to 0.0.60
1 parent 02fe1bc commit 039c019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: go test -v ./...
2222

2323
- name: cleanup
24-
run: rm -r testdata/*
24+
run: sudo rm -rf testdata/container*
2525

2626
- name: Run GoReleaser
2727
uses: goreleaser/goreleaser-action@v3

agent.codefly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
publisher: codefly.dev
22
kind: codefly:service
33
name: python-fastapi
4-
version: 0.0.59
4+
version: 0.0.60

0 commit comments

Comments
 (0)