Skip to content

Commit 15b702b

Browse files
authored
Update release.yml
1 parent c65769e commit 15b702b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
git add CHANGELOG.md
8484
git commit -S -m "Updated CHANGELOG.md for ${{ env.NBGV_SimpleVersion }} release"
85-
echo "RELEASE_COMMIT_HASH=$((git rev-parse stable))" >> $GITHUB_ENV
85+
echo "RELEASE_COMMIT_HASH=git rev-parse stable" >> $GITHUB_ENV
8686
8787
- name: 🛠️ Building library in release mode
8888
run: dotnet pack src/ -c release -p:ContinuousIntegrationBuild=true

0 commit comments

Comments
 (0)