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 ce487dd commit c9b374fCopy full SHA for c9b374f
.github/workflows/validate-pr.yml
@@ -35,6 +35,7 @@ jobs:
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
REPOSITORY: ${{ github.repository }}
38
+ EXTENSIONS: ${{ env.EXTENSIONS }}
39
with:
40
script: |
41
const script = require('./scripts/publish-extensions.js');
0 commit comments