Skip to content

Commit

Permalink
Merge pull request #288 from OctopusDeploy/release-please--branches--…
Browse files Browse the repository at this point in the history
…main--components--push-package-action

chore(main): release 3.0.0
  • Loading branch information
jbristowe authored Dec 13, 2022
2 parents 76cc62c + 691dea5 commit 96c9244
Show file tree
Hide file tree
Showing 5 changed files with 3,454 additions and 174 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [3.0.0](https://github.com/OctopusDeploy/push-package-action/compare/v2.2.0...v3.0.0) (2022-12-13)


### ⚠ BREAKING CHANGES

* Update action to use the native API client

### Features

* Update action to use the native API client ([bfb8b66](https://github.com/OctopusDeploy/push-package-action/commit/bfb8b662f41b0ad7e03124a8537a21cc82e776ce))


### Bug Fixes

* updated dependencies ([c5ae0f8](https://github.com/OctopusDeploy/push-package-action/commit/c5ae0f881fe84461f703dec14777c4ed4ff20244))

## [2.2.0](https://github.com/OctopusDeploy/push-package-action/compare/v2.1.0...v2.2.0) (2022-11-04)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
- uses: actions/checkout@v3

- name: Push a package to Octopus Deploy 🐙
uses: OctopusDeploy/push-package-action@v2
uses: OctopusDeploy/push-package-action@v3
env:
OCTOPUS_URL: ${{ secrets.SERVER }}
OCTOPUS_API_KEY: ${{ secrets.API_KEY }}
Expand Down
Loading

0 comments on commit 96c9244

Please sign in to comment.