This repository has been archived by the owner on Feb 19, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disabling prgress output for maven uploads
- Loading branch information
daniel.schroeder
committed
Jan 13, 2020
1 parent
637d373
commit f237f5d
Showing
4 changed files
with
11 additions
and
11 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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
fetch-depth: 1 | ||
|
||
- name: Publish packages | ||
uses: udondan/[email protected].1 | ||
uses: udondan/[email protected].2 | ||
with: | ||
VERSION: ${{ steps.get_version.outputs.VERSION }} | ||
BUILD_SOURCE: true | ||
|
@@ -74,33 +74,33 @@ jobs: | |
fetch-depth: 1 | ||
|
||
- name: Build source | ||
uses: udondan/[email protected].1 | ||
uses: udondan/[email protected].2 | ||
with: | ||
VERSION: ${{ steps.get_version.outputs.VERSION }} | ||
BUILD_SOURCE: true | ||
|
||
- name: Build packages | ||
uses: udondan/[email protected].1 | ||
uses: udondan/[email protected].2 | ||
with: | ||
BUILD_PACKAGES: true | ||
|
||
- name: Publish to npm | ||
uses: udondan/[email protected].1 | ||
uses: udondan/[email protected].2 | ||
with: | ||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
|
||
- name: Publish to PyPI | ||
uses: udondan/[email protected].1 | ||
uses: udondan/[email protected].2 | ||
with: | ||
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} | ||
|
||
- name: Publish to NuGet | ||
uses: udondan/[email protected].1 | ||
uses: udondan/[email protected].2 | ||
with: | ||
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }} | ||
|
||
- name: Publish to Maven GitHub | ||
uses: udondan/[email protected].1 | ||
uses: udondan/[email protected].2 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_REPOSITORY: ${{ github.repository }} | ||
|
@@ -120,7 +120,7 @@ docker run -it \ | |
--env NUGET_TOKEN \ | ||
--env GITHUB_TOKEN \ | ||
--env GITHUB_REPOSITORY="${OWNER}/${REPOSITORY}" \ | ||
udondan/jsii-publish:0.8.1 | ||
udondan/jsii-publish:0.8.2 | ||
``` | ||
|
||
The package code can be mounted to any location in the container. Just make sure you set the workdir to the same value. In the example above I use `/workdir`. | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.8.1 | ||
0.8.2 |
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
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