Skip to content

Commit

Permalink
chore: force release
Browse files Browse the repository at this point in the history
  • Loading branch information
cirocfc committed Feb 19, 2023
1 parent ff5060a commit 372eafc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish:
name: Build and Publish
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'release v')"
if: "!contains(github.event.head_commit.message, 'chore: release v')"
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
# Release and publish version
- name: Release version
run: yarn release --ci --npm.skipChecks
run: NPM_TOKEN="${{ secrets.NPM_TOKEN }}" yarn release --ci --npm.skipChecks
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "creditcard.js",
"version": "3.0.25",
"version": "3.0.26",
"description": "A simple library for credit-card validation in JavaScript",
"main": "dist/creditcard.js",
"files": [
Expand Down

0 comments on commit 372eafc

Please sign in to comment.