Skip to content

Commit

Permalink
publish 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
whtiehack committed Feb 20, 2021
1 parent b21881f commit 5ee05bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/NPM_PUBLISH_VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ lerna version [bump]
bump Increment version(s) by explicit version _or_ semver keyword,
'major', 'minor', 'patch', 'premajor', 'preminor', 'prepatch', or 'prerelease'.
```

1.4.11
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
npm-publish:
name: npm-publish
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'node-pinus/pinus'
if: github.repository == 'node-pinus/pinus'
steps:
- name: Checkout repository
uses: actions/checkout@master
Expand Down

0 comments on commit 5ee05bd

Please sign in to comment.