Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Mar 23, 2024
1 parent 7d665cb commit a972b4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
default: "0.3.6"
bw-legacy:
required: false
description: "Flag to use legacy BOS Workspace deploy (e.g. 0.0.1-alpha.7)"
description: "Flag to use legacy BOS Workspace deploy (e.g. 0.0.1-alpha.6)"
type: boolean
default : true
deploy-env:
Expand Down Expand Up @@ -78,9 +78,9 @@ jobs:
- name: Install bos-workspace globally
run: |
if [ "${{ inputs.bw-legacy }}" = "true" ]; then
npm install -g "git+https://github.com/NEARBuilders/bos-workspace.git#version/0.0.1-alpha.7"
npm install -g bos-workspace@0.0.1-alpha.6
else
npm install -g "git+https://github.com/NEARBuilders/bos-workspace.git#main"
npm install -g bos-workspace
fi
- name: Build and deploy the workspace
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

🚧 **Warning: This library has undergone a major refactor.** 🚧

**Read the [migration guide](./MIGRATION_GUIDE.md), or the legacy documentation for v0.0.1-alpha.7 can be found [here](https://github.com/NEARBuilders/bos-workspace/tree/version/0.0.1-alpha.7).**
**Read the [migration guide](./MIGRATION_GUIDE.md), or the legacy documentation for v0.0.1-alpha.6 can be found [here](https://github.com/NEARBuilders/bos-workspace/tree/version/0.0.1-alpha.6).**

</center>

Expand Down

0 comments on commit a972b4b

Please sign in to comment.