Skip to content

Commit a12ab91

Browse files
authored
chore: Another Attempt to fix Auto release (#9)
* Another attemp * Another attemp * Another attemp * Semanatic package fileg
1 parent 74d968c commit a12ab91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish rules-library
1+
name: Publish meerkat-library
22

33
on:
44
push:
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 16
18+
node-version: 18.17
1919
registry-url: https://npm.pkg.github.com/
2020
scope: '@devrev'
2121
- run: npm install

0 commit comments

Comments
 (0)