Skip to content

Commit

Permalink
FIX: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred78290 committed Sep 1, 2023
1 parent 474f817 commit 89fd14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# upgrade npm version in package.json to the tag used in the release.
- run: |
TAG=${GITHUB_REF#refs/tags/v}
npm version ${TAG}
npm version --allow-same-version --no-git-tag-version ${TAG}
# build the project
- run: npm run build
# publish to NPM
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ApiCore API

[![NodeJS Lint, Build and Test](https://github.com/Fred78290/afp-apicore-sdk/actions/workflows/nodejs.lint-build-test.yml/badge.svg?branch=main)](https://github.com/Fred78290/afp-apicore-sdk/actions/workflows/nodejs.lint-build-test.yml)
[![NPM publish CD workflow](https://github.com/Fred78290/afp-apicore-sdk/actions/workflows/npm.publish.yml/badge.svg?branch=main)](https://github.com/Fred78290/afp-apicore-sdk/actions/workflows/npm.publish.yml)

This project is aimed to help javascript developers use the [AFP API ApiCore](https://afp-apicore-prod.afp.com/).

Expand Down

0 comments on commit 89fd14d

Please sign in to comment.