diff options
| author | seth <[email protected]> | 2024-05-21 20:27:29 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-21 20:27:29 -0400 |
| commit | 1c3c62b0eff2e1db0c3a58729e0adc8d8c41e501 (patch) | |
| tree | 46ee491d20ead933bab0d422502f7bd8e8db2d36 | |
| parent | da87043057f3d737eda4d38f00c669a43e26297d (diff) | |
ci: don't run publish workflow for nowv0.1.1
| -rw-r--r-- | .github/workflows/publish.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a04230b..9ce902d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,8 +1,8 @@ name: Publish on: - release: - types: [ released ] + #release: + # types: [ released ] workflow_dispatch: inputs: tag_name: |
