Skip to content

Commit

Permalink
Fix fetching playwright branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjduffy committed May 18, 2023
1 parent 57d5903 commit 76fee23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
authkey: ${{ secrets.TAILSCALE_API_KEY }}
version: "1.38.4"
- uses: actions/checkout@v2
- name: Checkout
run: |
git fetch --no-tags --depth=1 origin webreplay-release
git fetch --no-tags --depth=1 origin replay-playwright
- uses: ./.github/actions/release
env:
BUILD_TEST_AUTHORIZATION: ${{ secrets.BUILD_TEST_AUTHORIZATION }}
Expand Down

0 comments on commit 76fee23

Please sign in to comment.