We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4284b37 commit 7d8dd24Copy full SHA for 7d8dd24
.github/workflows/check-releases.yml
@@ -18,8 +18,8 @@ jobs:
18
- name: Switch to gh-pages branch
19
run: git checkout gh-pages
20
21
- - name: Copy check-releases.js from main branch
22
- run: git checkout main -- check-releases.js
+ - name: Copy check-releases.js and README.md from main branch
+ run: git checkout main -- check-releases.js README.md
23
24
- name: Set up Node.js
25
uses: actions/setup-node@v3
0 commit comments