Skip to content

Commit

Permalink
fix: removed quotes from package name in push-build-information-action (
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicsim1 authored Jul 7, 2022
1 parent f57bd11 commit 504a2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: OctopusDeploy/push-build-information-action@v1
with:
packages: |
'vscode-octopusdeploy'
vscode-octopusdeploy
version: '${{ needs.build.outputs.package_version }}'
- name: Create a release in Octopus Deploy 🐙
uses: OctopusDeploy/create-release-action@v1.1.1
Expand Down

0 comments on commit 504a2b6

Please sign in to comment.