Skip to content

Commit 728a87b

Browse files
authored
Meta: Re-enable the build during release
1 parent d71fd2b commit 728a87b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
cache: npm
2323
- run: npm ci
2424
- name: Test and build
25-
run: npm test
26-
if: false
25+
run: npm run build
26+
# TODO: Re-enable tests
2727
- name: Create tag if necessary
2828
uses: fregante/daily-version-action@v2
2929
- name: Update manifest.json with version ${{ env.DAILY_VERSION}}

0 commit comments

Comments
 (0)