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 a004c40 commit 6d0da57Copy full SHA for 6d0da57
.github/workflows/cd.yml
@@ -36,7 +36,7 @@ jobs:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38
SIGNATURE_SECRET_KEY: ${{ secrets.SIGNATURE_SECRET_KEY }}
39
- - run: ls -la . dist/ lib/ && cat package.json && cat ./lib/version.js && head -n 2 ./dist/analytics.js
+ - run: pwd ; ls -la . dist/ lib/ ; head -n 4 package.json ; head ./lib/version.js ; head -n 2 ./dist/analytics.js
40
- uses: dswistowski/surge-sh-action@341bcbd
41
name: Deploy to Surge
42
if: steps.semantic.outputs.new-release-published == 'true'
0 commit comments