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 3e0c6b9 commit cd50991Copy full SHA for cd50991
.github/workflows/publish-npm.yml
@@ -46,6 +46,8 @@ jobs:
46
runs-on: ubuntu-latest
47
steps:
48
- uses: actions/checkout@v3
49
+ with:
50
+ fetch-depth: 0 # important: fetch all history and tags
51
- uses: actions/setup-node@v4
52
with:
53
node-version: '20'
0 commit comments