Skip to content

Commit

Permalink
Fix preparation step
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 18, 2024
1 parent 8ee7e1b commit b5776a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
env:
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
run: |
Copy-Item -Path .\README.md .\LICENSE -Destination .\PSFzfHistory
Publish-Module -Path .\PSFzfHistory -NuGetApiKey $env:NUGET_KEY -Repository PSGallery -Verbose
github:
needs: [gallery]
Expand All @@ -52,6 +53,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Copy-Item -Path .\README.md .\LICENSE -Destination .\PSFzfHistory
# TODO: Upload zipped PSFzfHistory files as the assets
gh release create 'v${{ needs.gallery.outputs.version }}' --generate-notes

0 comments on commit b5776a9

Please sign in to comment.