We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91dc91a commit 63f59d3Copy full SHA for 63f59d3
.github/workflows/docs-latest.yml
@@ -13,7 +13,7 @@ jobs:
13
- run: npm run docs
14
- name: get-npm-version
15
id: package-version
16
- uses: martinbeentjes/npm-get-version-action@1
+ uses: martinbeentjes/npm-get-version-action@master
17
- uses: peaceiris/actions-gh-pages@v4
18
with:
19
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments