-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Victor Getz
committed
Dec 22, 2023
1 parent
23ded14
commit 2e21665
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,6 @@ jobs: | |
git config --global user.name 'iits' | ||
git config --global user.email '[email protected]' | ||
git add plugin.yaml | ||
ls | ||
git commit -m "Update plugin.yaml with new version and checksums" | ||
git add dist/iits-chart-creator_* | ||
git commit -m "Update plugin.yaml with new version and binaries" | ||
git push origin HEAD:main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters