Skip to content

Commit

Permalink
file name
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Sep 30, 2024
1 parent 44903e0 commit ceee0ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
run: |
echo "VERSION=$(cat docs/version.txt | xargs)" >> "$GITHUB_ENV"
- name: 📦 Publish to NuGet
run: dotnet nuget push managed/IronCompress/bin/Release/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

- name: 📦 create release
uses: softprops/action-gh-release@v1
if: github.ref == 'refs/heads/master'
Expand All @@ -39,4 +43,6 @@ jobs:
name: ${{ env.VERSION }}
files: |
**/*.nupkg
body_path: docs/final_notes.md
body_path: docs/version-notes.md


0 comments on commit ceee0ae

Please sign in to comment.