We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc69ca3 commit 0bba995Copy full SHA for 0bba995
.github/workflows/build+test+deploy.yml
@@ -64,7 +64,7 @@ jobs:
64
run: dotnet fsi build.fsx -t Pack
65
- name: Get Changelog Entry
66
id: changelog_reader
67
- uses: mindsers/changelog-reader-action@v2.2.2
+ uses: mindsers/changelog-reader-action@v2
68
with:
69
version: ${{ github.ref }}
70
path: ./CHANGELOG.md
@@ -87,7 +87,7 @@ jobs:
87
prerelease: false
88
- name: Upload binaries to release (if tag)
89
if: startsWith(github.ref, 'refs/tags/')
90
- uses: svenstaro/upload-release-action@v2.7.0
+ uses: svenstaro/upload-release-action@v2
91
92
repo_token: ${{ secrets.GITHUB_TOKEN }}
93
file: out/*.nupkg
0 commit comments