aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <17158086+Trumeet@users.noreply.github.com>2021-01-09 11:21:09 -0800
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2021-01-09 11:21:09 -0800
commit4985920faeb20deb885caf4241e3d04ecaae234b (patch)
tree673918f2e34ca7745f5d6a3ccf3331f8fb3353d7
parent40320a4bdb063c3da7bf12295328ed3db30dd143 (diff)
downloaddn42peering-4985920faeb20deb885caf4241e3d04ecaae234b.tar
dn42peering-4985920faeb20deb885caf4241e3d04ecaae234b.tar.gz
dn42peering-4985920faeb20deb885caf4241e3d04ecaae234b.tar.bz2
dn42peering-4985920faeb20deb885caf4241e3d04ecaae234b.zip
ci(publish): allow updating releases
-rw-r--r--.github/workflows/publish.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index bfec7c5..3f4225a 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -24,6 +24,8 @@ jobs:
allowUpdates: true
artifacts: "./central/build/distributions/central-*.tar"
token: ${{ secrets.GITHUB_TOKEN }}
+ allowUpdates: true
+ replacesArtifacts: false
build_agent:
runs-on: ubuntu-latest
steps:
@@ -41,3 +43,5 @@ jobs:
allowUpdates: true
artifacts: "./agent/build/distributions/agent-*.tar"
token: ${{ secrets.GITHUB_TOKEN }}
+ allowUpdates: true
+ replacesArtifacts: false