Skip to content

Commit

Permalink
add $
Browse files Browse the repository at this point in the history
  • Loading branch information
JM-Lemmi committed Nov 19, 2023
1 parent c861425 commit 7675956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
path: ${{ steps.package.outputs.file_name }}

release:
needs: Package
needs: package
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
id: download
with:
name: {{ needs.package.outputs.packagename }}
name: ${{ needs.package.outputs.packagename }}
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 7675956

Please sign in to comment.