generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from yokawasa/v0.11.2
v0.11.2 release
- Loading branch information
Showing
4 changed files
with
9 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 |
---|---|---|
|
@@ -51,7 +51,7 @@ Specific versions for the commands can be setup by adding inputs parameters like | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: yokawasa/[email protected].1 | ||
- uses: yokawasa/[email protected].2 | ||
with: | ||
kubectl: '1.25' | ||
kustomize: '5.0.0' | ||
|
@@ -82,7 +82,7 @@ Default versions for the commands will be setup if you don't give any inputs lik | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: yokawasa/[email protected].1 | ||
- uses: yokawasa/[email protected].2 | ||
- run: | | ||
kubectl version --client | ||
kustomize version | ||
|
@@ -103,7 +103,7 @@ By specifying setup-tools you can choose which tools the action setup. Supported | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: yokawasa/[email protected].1 | ||
- uses: yokawasa/[email protected].2 | ||
with: | ||
setup-tools: | | ||
kubectl | ||
|
@@ -127,7 +127,7 @@ By specifying arch-type you can choose the processor architecture type of the to | |
test: | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: yokawasa/[email protected].1 | ||
- uses: yokawasa/[email protected].2 | ||
with: | ||
arch-type: 'arm64' | ||
setup-tools: | | ||
|
@@ -163,7 +163,7 @@ Finally push the results | |
``` | ||
git add dist | ||
git commit -a -m "prod dependencies" | ||
git push origin releases/v0.11.1 | ||
git push origin releases/v0.11.2 | ||
``` | ||
## References | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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