Skip to content

Commit

Permalink
Fix release-samples.sh (#1868)
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Chawla <[email protected]>
  • Loading branch information
kachawla authored Oct 11, 2024
1 parent 832700c commit 85a104c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/release-samples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mv bicepconfig_updated.json bicepconfig.json

# Push changes to GitHub
git add --all
git commit -m "Update samples for ${VERSION}"
git commit -m "Update samples for ${CHANNEL_VERSION}"
git push origin "${CHANNEL_VERSION}"

popd

0 comments on commit 85a104c

Please sign in to comment.