Skip to content

Commit

Permalink
fixup! ci: update release files
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
arrow-github-bot authored and owlot committed Oct 24, 2023
1 parent cd87bf9 commit d93437b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/post_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
tags: |
type=edge,branch=main
type=ref,event=branch
type=match,pattern=v.*-(develop)\.\d,group=1,value=${{ github.ref_name }},prefix=latest-
type=semver,pattern=v{{version}},value=${{ github.ref_name }}
type=semver,pattern=v{{major}}.{{minor}},value=${{ github.ref_name }}
type=semver,pattern=v{{major}},value=${{ github.ref_name }}
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Arrow devops-test service gRPC client"
keywords = ["vtol", "client", "grpc", "devops-test"] # max 5
name = "svc-devops-test-client-grpc"
version = "0.1.4-develop.2"
version = "0.1.4-develop.3"

authors.workspace = true
categories.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Arrow devops test service GRPC server"
keywords = ["vtol", "server", "grpc", "rest", "devops-test"] # max 5
name = "svc-devops-test"
version = "0.1.4-develop.2"
version = "0.1.4-develop.3"

authors.workspace = true
categories.workspace = true
Expand Down

0 comments on commit d93437b

Please sign in to comment.