Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 5f2a3e3

Browse files
committed
fix: match manifest version with release version
1 parent e3df3b1 commit 5f2a3e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: npm ci
3232

33-
- name: Run prebuild
33+
- name: Run build to update manifest version
3434
run: npm run build
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)