mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-04-29 05:05:32 +08:00
fix: tidy CI jobs, update readme
This commit is contained in:
2
.github/workflows/build-extension.yml
vendored
2
.github/workflows/build-extension.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build beta extensions
|
||||
name: PR Extensions builds
|
||||
on: [pull_request, workflow_dispatch]
|
||||
|
||||
env:
|
||||
|
||||
17
.github/workflows/publish-dev-extension.yml
vendored
17
.github/workflows/publish-dev-extension.yml
vendored
@@ -16,25 +16,12 @@ jobs:
|
||||
new_version: ${{ steps.extract_version.outputs.version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/cache@v2
|
||||
id: cache-node-modules
|
||||
with:
|
||||
path: '**/node_modules'
|
||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/package.json') }}
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14.x
|
||||
- uses: ./.github/actions/provision
|
||||
|
||||
- name: Extract version
|
||||
id: extract_version
|
||||
uses: Saionaro/extract-package-version@v1.1.1
|
||||
|
||||
- name: Install packages
|
||||
uses: ./.github/actions/provision
|
||||
if: steps.cache-node-modules.outputs.cache-hit != 'true'
|
||||
|
||||
- name: Build project
|
||||
env:
|
||||
IS_PUBLISHING: true
|
||||
@@ -51,8 +38,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- build-extension
|
||||
outputs:
|
||||
publish_status: ${{ steps.publish-chrome.outputs.publish_status }}
|
||||
steps:
|
||||
- name: Download extension build
|
||||
uses: actions/download-artifact@v2
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
# Hiro Wallet for Web
|
||||
# Hiro Wallet—Web
|
||||
|
||||
[](https://chrome.google.com/webstore/detail/stacks-wallet/ldinpeekobnhjjdofggfgjlcehhmanlj)
|
||||
[](https://addons.mozilla.org/en-US/firefox/addon/hiro-wallet/)
|
||||
[](https://blockstack.github.io/stacks-wallet-web/)
|
||||
[](https://github.com/semantic-release/semantic-release)
|
||||
|
||||
[](https://open.vscode.dev/blockstack/stacks-wallet-web)
|
||||
|
||||
Hiro Wallet is a browser extension for managing your digital assets and connecting to apps built with the Stacks blockchain.
|
||||
Hiro Wallet is a browser extension for managing your digital assets, and connecting to apps built on the Stacks blockchain.
|
||||
|
||||
Source code is available on GitHub at https://github.com/blockstack/stacks-wallet-web/tree/main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user