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 c65769e commit 15b702bCopy full SHA for 15b702b
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
82
run: |
83
git add CHANGELOG.md
84
git commit -S -m "Updated CHANGELOG.md for ${{ env.NBGV_SimpleVersion }} release"
85
- echo "RELEASE_COMMIT_HASH=$((git rev-parse stable))" >> $GITHUB_ENV
+ echo "RELEASE_COMMIT_HASH=git rev-parse stable" >> $GITHUB_ENV
86
87
- name: 🛠️ Building library in release mode
88
run: dotnet pack src/ -c release -p:ContinuousIntegrationBuild=true
0 commit comments