sksat / trochia

trajectory of rocket and ground-hit-point calculator
GNU General Public License v3.0
11 stars 0 forks source link

Releaseが何故か3回実行される #16

Closed sksat closed 4 years ago

sksat commented 4 years ago

リリース自体はできているのだけれど,Release workflowが何故か3回連続で実行される. もちろん後の2回はalready existsでアップロードできない

sksat commented 4 years ago

おそらく,on: releaseだけだとこれと同値になってる

on:
  release:
    types: [published, created, edited]

https://help.github.com/ja/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions

sksat commented 4 years ago

a3d54d2eec7d6440d33216ac09853feb0005dc90

on:
  release:
    types: created

にしてみた

sksat commented 4 years ago

大丈夫そう