Skip to content

Commit

Permalink
chore: bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Apr 30, 2021
1 parent 97e44a5 commit db2b64b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
with:
version: latest
- name: Push a package to Octopus Deploy 🐙
uses: OctopusDeploy/[email protected].0
uses: OctopusDeploy/[email protected].1
with:
api_key: ${{ secrets.API_KEY }}
packages: "package1,package2"
Expand All @@ -33,7 +33,7 @@ steps:
with:
version: latest
- name: Push a package to Octopus Deploy 🐙
uses: OctopusDeploy/[email protected].0
uses: OctopusDeploy/[email protected].1
with:
password: ${{ secrets.PASSWORD }}
packages: "package1,package2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@
"postbuild": "ncc build -o dist",
"test": "jest"
},
"version": "1.0.0"
"version": "1.0.1"
}

0 comments on commit db2b64b

Please sign in to comment.