Skip to content

Commit 07c4f9d

Browse files
added build badge to developer docs
1 parent b6bbb2b commit 07c4f9d

File tree

3 files changed

+5
-41
lines changed

3 files changed

+5
-41
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,11 @@
1-
# # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2-
# # For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3-
4-
# name: Node.js Package
5-
6-
# on:
7-
# push:
8-
# branches:
9-
# - master
10-
11-
# jobs:
12-
# build:
13-
# runs-on: ubuntu-latest
14-
# steps:
15-
# - uses: actions/checkout@v2
16-
# - uses: actions/setup-node@v1
17-
# with:
18-
# node-version: 12
19-
# - run: npm ci
20-
# - run: npm run build
21-
22-
# publish-npm:
23-
# needs: build
24-
# runs-on: ubuntu-latest
25-
# steps:
26-
# - uses: actions/checkout@v2
27-
# - uses: actions/setup-node@v1
28-
# with:
29-
# node-version: 12
30-
# registry-url: https://registry.npmjs.org/
31-
# - run: npm ci
32-
# - run: npm publish
33-
# working-directory: ./dist
34-
# env:
35-
# NODE_AUTH_TOKEN: ${{secrets.npm_token}}
36-
371
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
382
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
393

40-
name: Node.js Package
4+
name: Deploy AngularJS Package
415

426
on:
43-
push:
44-
branches:
45-
- master
7+
release:
8+
types: [created]
469

4710
jobs:
4811
build:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
# Flutterwave v3 Angular Library
7+
![Node.js Package](https://github.com/Flutterwave/Flutterwave-Angular-v3/workflows/Node.js%20Package/badge.svg)
78
![npm](https://img.shields.io/npm/v/flutterwave-angular-v3)
89
![npm](https://img.shields.io/npm/dt/flutterwave-angular-v3)
910
![NPM](https://img.shields.io/npm/l/flutterwave-angular-v3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flutterwave-angular-v3",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "Flutterwave official Angular library to accept payment via card , USSD, QrCode etc.",
55
"author": "Flutterwave",
66
"repository": {

0 commit comments

Comments
 (0)