Skip to content

Commit e19a964

Browse files
committed
added missing build in snapshot
1 parent e7c0a2f commit e19a964

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-snapshot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: ./.github/actions/gh-setup
18+
- name: Build
19+
run: yarn build
1820
- id: variables
1921
run: echo "tag=${{ github.event.inputs.tag != '' && github.event.inputs.tag || github.ref_name }}" >> $GITHUB_OUTPUT
2022
- name: Creating .npmrc

0 commit comments

Comments
 (0)