aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-06-03 18:00:15 +0300
committerGitHub <noreply@github.com>2022-06-03 18:00:15 +0300
commit2c5645318895268b198f348335a3a934971a11b2 (patch)
tree9674d303d671dfdb7ddcd228150b5206c786d8e7
parentca1a334e8b07e3a8e0d8984418a5a58dd9f40eac (diff)
update release
-rw-r--r--.github/workflows/release.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 79ee6b8..4b59eb9 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -16,11 +16,14 @@ jobs:
with:
publish-features: "true"
base-path-to-features: "./src"
+
+ - name: Remove temporary devcontainer-cli # TODO: Temporary
+ run: rm -rf ./devcontainer-cli-0*
- 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: "./*.tgz"
+ artifacts: "./*.tgz,devcontainer-collection.json"
token: ${{ secrets.GITHUB_TOKEN }}