Skip to content

Commit

Permalink
Generated SDK #8956
Browse files Browse the repository at this point in the history
  • Loading branch information
fireblocks_dx_team committed Jun 30, 2024
1 parent 0eabdac commit 3e71769
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 79 deletions.
45 changes: 23 additions & 22 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,29 @@ jobs:
git tag --force $TAG_NAME
git push --force origin $TAG_NAME
# publish:
# needs: bump-version
# runs-on: ubuntu-latest
# steps:
# - name: Check out repository code
# uses: actions/checkout@v4
# with:
# ref: master
# fetch-depth: 0
# - name: Set up Node
# uses: actions/setup-node@v2
# with:
# node-version: '16.x'
# registry-url: 'https://registry.npmjs.org'
# - name: Install dependencies
# run: npm install
# - name: Publish package
# run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
publish:
needs: bump-version
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
ref: master
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm install
- name: Publish package
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

publish-to-private-registry:
needs: bump-version
needs: publish
runs-on: ubuntu-latest
steps:
- name: Check out repository code
Expand All @@ -85,6 +85,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://gitlab.com/api/v4/projects/20565764/packages/npm/'
- name: Publish package
run: npm publish --tag beta
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITLAB_NPM_REG_TOKEN }}
SKIP_POSTVERSION: true
51 changes: 0 additions & 51 deletions CHANGELOG.md

This file was deleted.

10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fireblocks/ts-sdk",
"version": "0.0.1-experimental",
"version": "0.0.0",
"description": "OpenAPI client for @fireblocks/ts-sdk",
"author": "Fireblocks SDK Generator",
"repository": {
Expand Down

0 comments on commit 3e71769

Please sign in to comment.