Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from customerio/feature/add-release-action
Browse files Browse the repository at this point in the history
Add release action
  • Loading branch information
stephen-pope-customer-io authored Aug 11, 2023
2 parents c6b3a5d + c2639e1 commit fb1532f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release

on:
workflow_dispatch:
inputs:
version:
description: 'Version number for the release (e.g., 1.14.1)'
required: true

jobs:
build-test-publish:
uses: customerio/gist-workflows/.github/workflows/release.yml@master
secrets: inherit
with:
version: ${{ github.event.inputs.version }}

0 comments on commit fb1532f

Please sign in to comment.