Skip to content

Commit 86c7f80

Browse files
committed
Release v0.2 that supports the SDK CLI
1 parent 5c68746 commit 86c7f80

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: prerequisites
1414
run: |
1515
sudo apt-get update -qq
16-
sudo apt-get install -y libjansson-dev libcurl4-openssl-dev
16+
sudo apt-get install -y libcurl4-openssl-dev libjansson-dev
1717
- name: checkout
1818
uses: actions/checkout@v3
1919
with:
@@ -36,7 +36,7 @@ jobs:
3636
tag_name: ${{ github.ref }}
3737
release_name: Release ${{ env.VERSION }}
3838
draft: false
39-
prerelease: true
39+
prerelease: false
4040
- name: upload release
4141
uses: actions/upload-release-asset@v1
4242
env:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Download a [release](https://github.com/woodcoder/circa/releases) and build it
99
using something like the following:
1010

1111
```
12-
curl -LO https://github.com/woodcoder/circa/releases/download/v0.1/circa-0.1.tar.gz
13-
tar -xf circa-0.1.tar.gz
14-
cd circa-0.1
12+
curl -LO https://github.com/woodcoder/circa/releases/download/v0.2/circa-0.2.tar.gz
13+
tar -xf circa-0.2.tar.gz
14+
cd circa-0.2
1515
./configure
1616
make
1717
sudo make install

0 commit comments

Comments
 (0)