File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 - if : github.event_name == 'push'
2929 run : mike deploy --push develop
3030 - if : github.event_name == 'release'
31- run : |
32- echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
33- mike deploy --push --update-aliases $RELEASE_VERSION latest
31+ run : echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
32+ - if : github.event_name == 'release'
33+ run : mike deploy --push --update-aliases $RELEASE_VERSION latest
Original file line number Diff line number Diff line change 22
33[ ![ main action] ( https://github.com/aeternity/aepp-sdk-js/actions/workflows/main.yml/badge.svg )] ( https://github.com/aeternity/aepp-sdk-js/actions/workflows/main.yml )
44[ ![ codecov] ( https://codecov.io/gh/aeternity/aepp-sdk-js/branch/develop/graph/badge.svg?token=wON6gOciRP )] ( https://codecov.io/gh/aeternity/aepp-sdk-js )
5- [ ![ docs] ( https://github.com/aeternity/aepp-sdk-js/actions/workflows/docs-develop .yml/badge.svg )] ( https://github.com/aeternity/aepp-sdk-js/actions/workflows/docs-develop .yml )
5+ [ ![ docs] ( https://github.com/aeternity/aepp-sdk-js/actions/workflows/docs.yml/badge.svg )] ( https://github.com/aeternity/aepp-sdk-js/actions/workflows/docs.yml )
66[ ![ npm] ( https://img.shields.io/npm/v/@aeternity/aepp-sdk.svg )] ( https://www.npmjs.com/package/@aeternity/aepp-sdk )
77[ ![ npm] ( https://img.shields.io/npm/l/@aeternity/aepp-sdk.svg )] ( https://www.npmjs.com/package/@aeternity/aepp-sdk )
88
You can’t perform that action at this time.
0 commit comments