update release

This commit is contained in:
Josh Spicer 2022-06-03 15:00:15 +00:00 committed by GitHub
parent ca1a334e8b
commit 2c56453188

View file

@ -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 }}