Skip to content

Commit

Permalink
ci: Improve GitHub actions workflow efficiency
Browse files Browse the repository at this point in the history
- Add `gh-publish-image` target to Makefile for publishing image using GitHub actions
- Include commands to view workflow runs for `gh-bump` and `gh-publish-image` targets in Makefile
  • Loading branch information
johnnyhuy committed Apr 18, 2024
1 parent 03b5099 commit 74c4523
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ bump-patch:

gh-bump:
gh workflow run version.yaml
gh workflow view version.yaml --web

gh-publish-image:
gh workflow run publish-image.yaml
gh workflow view publish-image.yaml --web

publish-package: build
rm -rdf dist
Expand Down

0 comments on commit 74c4523

Please sign in to comment.