mirror of
https://github.com/DeterminateSystems/determinate-nix-action.git
synced 2026-02-24 22:57:12 +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:
|
on:
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- released
|
- published
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
PushLooseTag:
|
PushLooseTag:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue