Posts

Post not yet marked as solved
0 Replies
280 Views
Hi I'm trying to automatically create a what's new file based on the commits since the last tag However I keep on getting an error message in the logs. It off course works when I run it locally Any ideas git pull git fetch origin --all lastTag=$(git describe --tags --abbrev=0) echo $lastTag log=$(git log --pretty=format:"%s" "$lastTag..HEAD") echo $log echo $log > "$CI_WORKSPACE/TestFlight/WhatToTest.en-US.txt" The error is: fatal: No tags can describe 'cdae20770802a7d6b7e290c21bc2580e62c56d92'. Try --always, or create some tags.
Posted
by fervfrvre.
Last updated
.
Post not yet marked as solved
1 Replies
929 Views
Every time i try create a workflow in Xcode it asks me to login again, even though I'm already logged in when i look at Settings-Accounts Xcode version 13.2.1 (13C100) MacOS 12.0.1
Posted
by fervfrvre.
Last updated
.