Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson authored Nov 3, 2021
1 parent 2e4f596 commit fb0a82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
packages=()
for path in "${uniquepaths}"; do
# Get the directory name four deep, which is typically the project folder
dir=$(pwd)/../../../..
dir=${path}/../../../..
parentdir=$(builtin cd $dir; pwd)
projectname=${parentdir##*/}
# Package the published files
Expand All @@ -86,7 +86,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ${{ steps.package.outputs.artifacts_new_line }}
tag: ${{ steps.determine_version.outputs.semVer }}.${{ github.run_number }}
tag_name: ${{ steps.determine_version.outputs.semVer }}.${{ github.run_number }}
draft: 'false'
prerelease: 'false'
- name: Push to Octopus
Expand Down

0 comments on commit fb0a82b

Please sign in to comment.