diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release-v1.yaml | 14 |
1 files 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 }} |