Skip to content

Commit c571b29

Browse files
committed
🐛 use semantic-release
1 parent 64f2857 commit c571b29

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
registry-url: "https://registry.npmjs.org"
1818
- run: npm ci # install dependencies
1919
- run: npm run build # or any other step to build your package
20-
- run: npm publish # publish
20+
- name: run semantic-release
2121
env:
22-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # in der GitHub it-at-m Orga zentral hinterlegter Token
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24+
run: npm run semantic-release
2325

0 commit comments

Comments
 (0)