Skip to content

Commit

Permalink
Merge pull request #4 from MortalHappiness/spike/test-manual-release
Browse files Browse the repository at this point in the history
Spike/test manual release
  • Loading branch information
MortalHappiness authored Jan 22, 2025
2 parents 522718e + dbf2986 commit 9898306
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 28 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/kubectl-plugin-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: release-kubectl-plugin
on:
workflow_dispatch:
inputs:
tag:
description: 'Desired release version tag (e.g. v1.1.0-rc.1).'
required: true
jobs:
release-kubectl-plugin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.tag }}
fetch-tags: 'true'
- name: Show tag
run: git show-ref --head --dereference | grep "$(git rev-parse HEAD)"
28 changes: 0 additions & 28 deletions .github/workflows/release.yaml

This file was deleted.

0 comments on commit 9898306

Please sign in to comment.