We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2d7e1f + 21b51a7 commit c09507fCopy full SHA for c09507f
.circleci/config.yml
@@ -33,4 +33,5 @@ workflows:
33
filters:
34
branches:
35
only:
36
- - master
+ - master
37
+ - /release\/.*/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nodejs-aws-utils",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Utilities function to work with AWS",
5
"main": "index.js",
6
"scripts": {
0 commit comments