Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ env:
steps:
# ...
- name: Create a release in Octopus Deploy 🐙
id: create_a_release_in_octopus_deploy
uses: OctopusDeploy/create-release-action@v4
with:
project: 'MyProject'
Expand All @@ -51,6 +52,7 @@ env:
steps:
# ...
- name: Create a release in Octopus Deploy 🐙
id: create_a_release_in_octopus_deploy
uses: OctopusDeploy/create-release-action@v4
with:
project: 'MyProject'
Expand All @@ -68,6 +70,7 @@ env:
steps:
# ...
- name: Create a release in Octopus Deploy 🐙
id: create_a_release_in_octopus_deploy
uses: OctopusDeploy/create-release-action@v4
with:
project: 'MyProject'
Expand Down
Loading