Commit 2c564531 authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

update release

parent ca1a334e
...@@ -16,11 +16,14 @@ jobs: ...@@ -16,11 +16,14 @@ jobs:
with: with:
publish-features: "true" publish-features: "true"
base-path-to-features: "./src" 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 - name: Get or Create Release at current tag
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1
with: with:
allowUpdates: true # Lets us upload our own artifact from previous step allowUpdates: true # Lets us upload our own artifact from previous step
artifactErrorsFailBuild: true artifactErrorsFailBuild: true
artifacts: "./*.tgz" artifacts: "./*.tgz,devcontainer-collection.json"
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment