Skip to content

Commit

Permalink
Fixed CD.yml with suggestions from Jo
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Jan 22, 2025
1 parent 2f92dd1 commit c65d8e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
needs: get-package-name
permissions:
contents: write
outputs:
newline-separated-paths: ${{ steps.reformat-paths.outputs.paths }}
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down Expand Up @@ -79,7 +77,7 @@ jobs:
# Needed to have the correct newline-separated files format for the following release step
run: |
paths=$(tr ' ' '\n' <<< "${{steps.build-and-upload.outputs.paths}}")
echo "paths=$paths" >> $GITHUB_OUTPUT
echo "newline-separated-paths=$paths" >> $GITHUB_OUTPUT
- name: Create Release
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 #v2.0.8
Expand Down

0 comments on commit c65d8e1

Please sign in to comment.