Skip to content

Commit

Permalink
Auto refresh token saved in profile (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
weixu365 authored Jun 6, 2024
1 parent b6f1738 commit cd5eed1
Show file tree
Hide file tree
Showing 10 changed files with 616 additions and 634 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
name: Publish packages
runs-on: ubuntu-latest
needs: build
# if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -87,6 +87,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npm ci
- run: npx semantic-release
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
**/*.rs.bk

node_modules
.DS_Store
1 change: 1 addition & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use_small_heuristics = "Off"
Loading

0 comments on commit cd5eed1

Please sign in to comment.