Skip to content

Commit

Permalink
Fix bad devcontainers action version
Browse files Browse the repository at this point in the history
  • Loading branch information
shikanime committed Dec 17, 2024
1 parent dcf76fa commit fb822c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: devcontainers/action@v2
- uses: devcontainers/action@v1
with:
publish-features: "true"
base-path-to-features: src
Expand Down

0 comments on commit fb822c7

Please sign in to comment.