Skip to content

Change Cargo cache directory #89

Change Cargo cache directory

Change Cargo cache directory #89

Workflow file for this run

name: Release Devcontainer Feature
on:
push:
branches:
- main
jobs:
deploy:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: devcontainers/action@v1
with:
publish-features: "true"
base-path-to-features: src
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}