Skip to content

Commit f28b802

Browse files
committed
fix release workflow
1 parent d8f5c6b commit f28b802

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
dist/jos.full.min.js
4343
generate_release_notes: true
4444
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'alpha') || contains(github.ref, 'rc') }}
45+
make_latest: ${{ !contains(github.ref, 'beta') && !contains(github.ref, 'alpha') && !contains(github.ref, 'rc') }}
4546

4647
- name: Publish to npm (beta)
4748
if: contains(github.ref, 'beta') || contains(github.ref, 'alpha') || contains(github.ref, 'rc')

0 commit comments

Comments
 (0)