Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Ueberfuhr committed Oct 19, 2022
1 parent bdf7719 commit 2a88059
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npm run build
- run: npm publish --access public
working-directory: dist/gitlab-client
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Angular Libraries
# Gitlab Client for Angular

This project contains reusable Angular assets.
[![CI Build](https://github.com/ueberfuhr-projects/ngx-gitlab-client/actions/workflows/ci.yml/badge.svg)](https://github.com/ueberfuhr-projects/ngx-gitlab-client/actions/workflows/ci.yml)

- [Gitlab Client](./projects/gitlab-client)

0 comments on commit 2a88059

Please sign in to comment.