Skip to content

Commit 88cf0bf

Browse files
Updated CI/CD stuff
1 parent 70d32c0 commit 88cf0bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: npm run coverage
5353

5454
- name: Send code coverage results to Coveralls
55-
uses: coverallsapp/github-action@v1.0.1
55+
uses: coverallsapp/github-action@v1.1.0
5656
with:
5757
github-token: ${{ secrets.GITHUB_TOKEN }}
5858
parallel: true
@@ -64,7 +64,7 @@ jobs:
6464
needs: test
6565
steps:
6666
- name: Let Coveralls know that all tests have finished
67-
uses: coverallsapp/github-action@v1.0.1
67+
uses: coverallsapp/github-action@v1.1.0
6868
with:
6969
github-token: ${{ secrets.GITHUB_TOKEN }}
7070
parallel-finished: true

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Fast, easy publishing to NPM
22
==============================================
33

4-
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/JS-DevTools/npm-publish/blob/master/.github/workflows/CI-CD.yaml)
5-
[![Build Status](https://github.com/JS-DevTools/npm-publish/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/npm-publish/blob/master/.github/workflows/CI-CD.yaml)
4+
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/JS-DevTools/npm-publish/actions)
5+
[![Build Status](https://github.com/JS-DevTools/npm-publish/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/npm-publish/actions)
66

77
[![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/npm-publish/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/npm-publish)
88
[![Dependencies](https://david-dm.org/JS-DevTools/npm-publish/status.svg)](https://david-dm.org/JS-DevTools/npm-publish)
@@ -203,7 +203,7 @@ package_path The absolute or relative path of the NPM package to publis
203203
204204
Contributing
205205
--------------------------
206-
Contributions, enhancements, and bug-fixes are welcome! [File an issue](https://github.com/JS-DevTools/npm-publish/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/npm-publish/pulls).
206+
Contributions, enhancements, and bug-fixes are welcome! [Open an issue](https://github.com/JS-DevTools/npm-publish/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/npm-publish/pulls).
207207
208208
#### Building
209209
To build the project locally on your computer:

0 commit comments

Comments
 (0)