Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Aug 28, 2024
1 parent 427f252 commit bd6f913
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: prepare-release

on:
workflow_dispatch:
inputs:
release-tag:
description: "New release tag to create"
required: true
type: string
push:
branches:
- philippsauter/sc-101978/csi-automate-manifest-release

jobs:
prepare-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make go.mk
# - run: "make prepare-release NEW_VERSION=${{ inputs.release-tag }}"
- run: make prepare-release NEW_VERSION=vX.Y.Z
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXTRA_ARGS := -parallel 3 -count=1 -failfast
# Dependencies

# Requires: https://github.com/exoscale/go.mk
GO_MK_REF := v2.0.3
GO_MK_REF := philippsauter/sc-100477/ci-automate-changelog-md-on-release-process

# make go.mk a dependency for all targets
.EXTRA_PREREQS = go.mk
Expand Down

0 comments on commit bd6f913

Please sign in to comment.