Skip to content

Commit

Permalink
change package organization
Browse files Browse the repository at this point in the history
  • Loading branch information
SeqviriouM committed Nov 25, 2022
1 parent 448e477 commit cdb9b2c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: CI

on:
pull_request:
branches: [ '**' ]
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Release

on:
push:
branches: [main]

name: release

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: yandex-cloud/ui-release-action@main
- uses: gravity-ui/release-action@v1
with:
github-token: ${{ secrets.YC_UI_BOT_GITHUB_TOKEN }}
npm-token: ${{ secrets.YC_UI_BOT_NPM_TOKEN }}
github-token: ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
npm-token: ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
node-version: 14
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yandex-cloud/axios-wrapper",
"version": "1.2.2",
"name": "@gravity-ui/axios-wrapper",
"version": "1.0.0",
"description": "Generic helper class for wrapping axios calls",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
Expand Down

0 comments on commit cdb9b2c

Please sign in to comment.