Skip to content

Commit 1d144e6

Browse files
committed
chore: update sourcemap upload action to version 0.2 in build workflow
1 parent 98db302 commit 1d144e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: bun run build
1818

1919
- name: Upload Source Map
20-
uses: faststats-dev/upload-sourcemap@v0.1
20+
uses: faststats-dev/upload-sourcemap@v0.2
2121
with:
2222
api-key: ${{ secrets.FASTSTATS_API_KEY }}
2323
dist-dir: .output/public/assets

0 commit comments

Comments
 (0)