We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f2857 commit c571b29Copy full SHA for c571b29
.github/workflows/build.yaml
@@ -17,7 +17,9 @@ jobs:
17
registry-url: "https://registry.npmjs.org"
18
- run: npm ci # install dependencies
19
- run: npm run build # or any other step to build your package
20
- - run: npm publish # publish
+ - name: run semantic-release
21
env:
22
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # in der GitHub it-at-m Orga zentral hinterlegter Token
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24
+ run: npm run semantic-release
25
0 commit comments