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 555be05 commit a8ec6dbCopy full SHA for a8ec6db
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Upload Source Map
20
# This condition ensures the step only runs on the main branch
21
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
22
- uses: faststats-dev/upload-sourcemap@v0.3
+ uses: faststats-dev/upload-sourcemap@v0.4
23
with:
24
api-key: ${{ secrets.FASTSTATS_API_KEY }}
25
dist-dir: .output/public/assets
0 commit comments