mirror of
https://github.com/DeterminateSystems/determinate-nix-action.git
synced 2026-02-25 07:07:11 +00:00
ci: only publish on "published" event
From our testing, this is the only event that triggers once-and-only-once per release.
This commit is contained in:
parent
264d01cecf
commit
5122d3f714
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
on:
|
||||
release:
|
||||
types:
|
||||
- released
|
||||
- published
|
||||
|
||||
jobs:
|
||||
PushLooseTag:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue