Skip to content

Commit

Permalink
[feat] adding options to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
MunsMan committed Mar 30, 2023
1 parent 2b521fb commit f7b68c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
uses: devcontainers/action@v1
with:
publish-features: "true"
base-path-to-features: "./feature/src"
base-path-to-features: "./feature/src/"
oci-registry: "ghcr.io"
generate-docs: "true"
features-namespace: "MunsMan/autoForward"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f7b68c1

Please sign in to comment.