From b74d4e5e1f345e3f137f3c0819b49c1c519ef364 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Mon, 9 May 2022 23:26:46 +0000 Subject: [PATCH] add updating release artifact --- .github/workflows/release-v1.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-v1.yaml b/.github/workflows/release-v1.yaml index 1346aed..9292669 100644 --- a/.github/workflows/release-v1.yaml +++ b/.github/workflows/release-v1.yaml @@ -31,10 +31,10 @@ jobs: name: devcontainer-features.tgz path: devcontainer-features.tgz - # - name: Get or Create Release at current tag - # uses: ncipollo/release-action@v1 - # with: - # allowUpdates: true # Lets us upload our own artifact from previous step - # artifactErrorsFailBuild: true - # artifacts: "./devcontainer-*" - # token: ${{ secrets.GITHUB_TOKEN }} + - name: Get or Create Release at current tag + uses: ncipollo/release-action@v1 + with: + allowUpdates: true # Lets us upload our own artifact from previous step + artifactErrorsFailBuild: true + artifacts: "./devcontainer-*" + token: ${{ secrets.GITHUB_TOKEN }}