aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 3f4225a..7f4e1ca 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -21,7 +21,6 @@ jobs:
run: ./gradlew -Pbuild_ver=$CUSTOM_BUILD :central:distTar
- uses: ncipollo/release-action@v1.7.3
with:
- allowUpdates: true
artifacts: "./central/build/distributions/central-*.tar"
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
@@ -40,7 +39,6 @@ jobs:
run: ./gradlew -Pbuild_ver=$CUSTOM_BUILD :agent:distTar
- uses: ncipollo/release-action@v1.7.3
with:
- allowUpdates: true
artifacts: "./agent/build/distributions/agent-*.tar"
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true