generated from redhat-developer/new-project-template
-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
ba1de8c
commit a1b005b
Showing
209 changed files
with
32,578 additions
and
15,780 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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: npm-publish | ||
on: | ||
workflow_dispatch: | ||
jobs: | ||
npm-publish: | ||
name: npm-publish | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
- name: Use Node.js 16.3.0 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.3.0 | ||
registry-url: "https://registry.npmjs.org" | ||
- run: | | ||
cd app-services-sdk-js | ||
yarn install | ||
yarn build | ||
- name: Inject slug/short variables | ||
uses: rlespinasse/github-slug-action@v4 | ||
# - name: Validate Tag | ||
# run: | | ||
# cd app-services-sdk-js | ||
# yarn semver $GITHUB_REF_SLUG | ||
- name: Update versions of packages | ||
run: | | ||
cd app-services-sdk-js | ||
yarn setupRelease | ||
- name: Publish packages | ||
run: | | ||
cd app-services-sdk-js | ||
npm publish --workspace=packages | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} # |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
**/package.json | ||
**/tsconfig.json | ||
**/.npmignore | ||
**/.gitignore | ||
**/README.md | ||
**/.travis.yml | ||
**/.openapi-generator-ignore | ||
**/.openapi-generator | ||
**/git_push.sh |
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
app-services-sdk-go/connectormgmt/apiv1/client/.openapi-generator-ignore
This file was deleted.
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
This file was deleted.
Oops, something went wrong.
196 changes: 0 additions & 196 deletions
196
app-services-sdk-go/connectormgmt/apiv1/client/README.md
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
app-services-sdk-go/connectormgmt/apiv1/client/git_push.sh
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.