Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
2 parents 8944957 + 9fe52d1 commit e0a8dd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/on-push-to-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
run: echo "::set-output name=release::${{ steps.semrel.outputs.version }}"
publish_javascript:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: macos-latest
env:
TEST_AUTH_TOKEN: ${{ secrets.ALPHA_TEST_AUTH_TOKEN }}
TEST_CACHE_NAME: js-redis-client-test-ci
needs: release

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down

0 comments on commit e0a8dd8

Please sign in to comment.