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 1a749fae8b24a4baec2b43d48426b595b253405a
parent 27d17fb4abec35fe5aa8a43170218d39846338cb
Author: Matthew Horan <matt@matthoran.com>
Date:   Sun, 18 Jul 2021 19:24:22 -0400

Bump expo-github-action to v6

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 @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 12 - - uses: expo/expo-github-action@v5 + - uses: expo/expo-github-action@v6 with: expo-version: 4.x expo-username: ${{secrets.EXPO_CLI_USERNAME}}