Skip to content

Commit 7d31631

Browse files
authored
Merge pull request #12 from lstreckeisen/setup-cml-grammar
explicitly publish as public
2 parents 365e3b4 + 59c9b3c commit 7d31631

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
@@ -66,4 +66,4 @@ jobs:
6666

6767
- name: Publish to GitHub Package Registry
6868
if: github.event_name == 'release' # Publish only on release creation
69-
run: yarn npm publish
69+
run: yarn npm publish --access public

0 commit comments

Comments
 (0)