<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Windymelt</author_name>
  <author_url>https://blog.hatena.ne.jp/Windymelt/</author_url>
  <blog_title>Lambdaカクテル</blog_title>
  <blog_url>https://blog.3qe.us/</blog_url>
  <categories>
    <anon>技術</anon>
    <anon>git</anon>
  </categories>
  <description>GitHubとかで、タグがつけられたら特定のアクションを実行する、といったワークフローを仕込んでいるときに、うまく動かなかったので再度走らせたい、みたいなことがあって(やんごとない理由でworkflow_dispatchはない)、なんとかしてタグをつけなおしたメモ。 まずリモートにあるタグを破壊する。 % git push --delete vx.y.z 次にローカルにあるタグも破壊する。 % git tag --delete vx.y.z タグをつけなおす。 % git tag vx.y.z タグをpushする。 % git push --tags これで手元とリモート上のタグが移動する。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.3qe.us%2Fentry%2F2025%2F06%2F26%2F015611&quot; title=&quot;Gitのタグをこっそりずらす - Lambdaカクテル&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-06-26 01:56:11</published>
  <title>Gitのタグをこっそりずらす</title>
  <type>rich</type>
  <url>https://blog.3qe.us/entry/2025/06/26/015611</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
