Skip to content

Write rcrc from install script (#17) #17

Write rcrc from install script (#17)

Write rcrc from install script (#17) #17

Workflow file for this run

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