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 edcefbe commit d01bba3Copy full SHA for d01bba3
.github/workflows/prerelease.yml
@@ -19,6 +19,8 @@ jobs:
19
full-version: ${{ steps.bootstrap.outputs.full-version }}
20
major-version: ${{ steps.bootstrap.outputs.major-version }}
21
needs: [build]
22
+ concurrency:
23
+ group: deploy-to-github-pages
24
25
environment:
26
name: github-pages
0 commit comments