You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(
# https://github.com/figma/$repo/settings/actions
# Allow all actions and reusable workflows
)
(
if [[ "$git_tag" = "" ]]; then
echo "don't forget to set \$git_tag"
else
git add . -A
git commit -nm "Misc changes other than the codebase duplication [$(date)]"
git tag -d $git_tag
git tag $git_tag
git push origin main
git push origin $git_tag --force
fi
)
(
# Got to https://registry.terraform.io/
# Log in via github credentials
# Click 'Publish'
# Click 'figma'
)