Different submission tags but same commit tag

Hi, I am doing couple of different submissions after some modification. However, there is no new evaluation been created and from the tags, it seems like they are under the same commit tag. May I ask for advise for this?

@shivam @ashivani @kelleni2

Hi @ngewkokyew,

Are you committing your code with changes? The submissioin.sh just created submission with current git commit for you.

You will need to do:

[... make your changes ...]
git add <files/you/want/to/add>
git commit -m "Your commit message"
./submission.sh <solution tag>

Please let know in case this solves your problem.

The problem is resolved. Thanks!