Skip to content

Commit

Permalink
updated dagger ci for release
Browse files Browse the repository at this point in the history
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
  • Loading branch information
bishal7679 committed Jul 28, 2024
1 parent 3017a7b commit 49d6bb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
with:
version: "latest"
verb: call
module: github.com/bishal7679/harbor-cli@v0.6.0
module: github.com/bishal7679/harbor-cli@v0.6.1
args: release --directory-arg=. --github-token=${{ env.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
version: "latest"
verb: call
module: github.com/bishal7679/harbor-cli@v0.6.0
module: github.com/bishal7679/harbor-cli@v0.6.1
args: lint-code --directory-arg=.

- name: Call Pull-Request Function
Expand All @@ -37,5 +37,5 @@ jobs:
with:
version: "latest"
verb: call
module: github.com/bishal7679/harbor-cli@v0.6.0
module: github.com/bishal7679/harbor-cli@v0.6.1
args: pull-request --directory-arg=. --github-token=${{ env.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/goharbor/harbor-cli

go 1.21
go 1.22.5

require (
github.com/charmbracelet/bubbles v0.18.0
Expand Down

0 comments on commit 49d6bb4

Please sign in to comment.