Skip to content

Commit bf1a7cc

Browse files
committed
Updated the upload_dev.yml workflow
1 parent 4301cdc commit bf1a7cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/upload_dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: |
3232
{
3333
latest_tag=$(git describe --tags --abbrev=0)
34+
echo "latest_tag=$latest_tag" >> $GITHUB_ENV
3435
commits=$(git log --pretty=format:"%h - %s [%an]" $latest_tag..HEAD)
3536
echo "commits<<EOF"
3637
echo "$commits"

0 commit comments

Comments
 (0)