weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit 77de91841040cb2bed05afa664f7db5e7da535ab
parent d224859c3ae8c6bf9fd14e01f7cf255f9a29ccf3
Author: Matthew Horan <matt@matthoran.com>
Date:   Sat, 17 Apr 2021 18:19:39 -0400

Bump expo-version in expo-github-action

Diffstat:
M.github/workflows/publish.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: node-version: 12 - uses: expo/expo-github-action@v5 with: - expo-version: 3.x + expo-version: 4.x expo-username: ${{secrets.EXPO_CLI_USERNAME}} expo-password: ${{secrets.EXPO_CLI_PASSWORD}} - run: yarn install