diff options
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r-- | .github/workflows/release.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4b59eb9..0b33120 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,7 +2,7 @@ name: "(Release) Release dev container features (v2)" on: push: tags: - - "v0.0.2" # Temporary + - "v*" workflow_dispatch: jobs: @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - name: Generate tgz - uses: ./.github/devcontainers-action # devcontainers/action + uses: ./.github/devcontainers-action # TODO: Once 'devcontainers/action' is published, use that. with: publish-features: "true" base-path-to-features: "./src" |