Skip to content

Commit

Permalink
Use non-static trunk version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov committed Dec 9, 2024
1 parent 291a325 commit c5ab574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/detect-package-metadata/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
"push")
case $GITHUB_REF in
"refs/heads/"*)
echo "suffix=-trunk`git rev-list HEAD --count`" >> $GITHUB_OUTPUT
echo "suffix=-trunk$GITHUB_RUN_NUMBER" >> $GITHUB_OUTPUT
echo "channel=nightly" >> $GITHUB_OUTPUT
;;
"refs/tags/"*)
Expand Down

0 comments on commit c5ab574

Please sign in to comment.