Skip to content

Commit

Permalink
Merge pull request #20 from fdm-monster/fix/19-bug-npm-release-not-au…
Browse files Browse the repository at this point in the history
…tomatically-happening-in-workflow

Fix/19 bug npm release not automatically happening in workflow
  • Loading branch information
davidzwa authored Apr 14, 2023
2 parents 1bc71e3 + 03da913 commit 950dc5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ jobs:

# Publish to NPM
- uses: JS-DevTools/npm-publish@v1
if: ${{ github.repository.name == 'fdm-monster-client' }}
with:
dry-run: false
token: ${{ secrets.NPM_TOKEN }}
package: package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fdm-monster/client",
"version": "1.0.0-rc1",
"version": "1.0.0-rc2",
"private": false,
"author": "David Zwart",
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 950dc5c

Please sign in to comment.