Skip to content

Commit

Permalink
updated release script
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehp committed Jun 13, 2023
1 parent 2fd0133 commit 15abc50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,10 @@ function release()
tree "$NAME.xcframework" >> $NOTES
echo "\`\`\`" >> $NOTES
echo "" >> $NOTES
echo "Checksum - `$CHECKSUM`" >> $NOTES
echo "Checksum - \`$CHECKSUM\`" >> $NOTES

cd $ROOT


if [ $(git tag -l "v$VERSION") ]; then
git tag -d "v$VERSION"
fi
Expand Down

0 comments on commit 15abc50

Please sign in to comment.