8000 Publish gh-pages from releases/v2.x · hub4j/github-api@2f30da2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f30da2

Browse files
committed
Publish gh-pages from releases/v2.x
1 parent 8dc1f50 commit 2f30da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
publish_gh_pages:
6060
runs-on: ubuntu-latest
6161
needs: build
62-
if: ${{ github.ref == 'refs/heads/release/v1.x' }}
62+
if: ${{ github.ref == 'refs/heads/release/v2.x' }}
6363
steps:
6464
- uses: actions/checkout@v4
6565
with:

0 commit comments

Comments
 (0)
0