Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zentron authored Apr 19, 2024
1 parent c3f9eed commit e923bc6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ jobs:
server: https://deploy.octopus.app
service_account_id: 9447a9ba-6dbc-417e-bbed-835ec435d648

#- name: Push build information πŸ™
# uses: OctopusDeploy/push-build-information-action@v1
# with:
# debug: true
# packages: bamboo
# version: ${{ needs.build.outputs.nuGetVersion }}
- name: Push build information πŸ™
uses: OctopusDeploy/push-build-information-action@v1
with:
debug: true
packages: bamboo
version: ${{ needs.build.outputs.nuGetVersion }3

- name: Push package to feed πŸ™
uses: OctopusDeploy/push-package-action@v2
uses: OctopusDeploy/push-package-action@v3
with:
packages: 'artifacts/bamboo.${{ needs.build.outputs.nuGetVersion }}.zip'

Expand All @@ -141,7 +141,7 @@ jobs:
echo "::set-output name=release-note-file::$OUTPUT_FILE"
- name: Create a release in Octopus Deploy πŸ™
uses: OctopusDeploy/create-release-action@v2
uses: OctopusDeploy/create-release-action@v3
with:
project: 'Bamboo Plugin'
package_version: ${{ needs.build.outputs.nuGetVersion }}
Expand Down

0 comments on commit e923bc6

Please sign in to comment.