Skip to content

Commit

Permalink
revert release action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbranham committed Feb 13, 2024
1 parent 5baa2d5 commit 7a11790
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Release

on:
workflow_dispatch:
inputs:
tag:
description: 'Tag to release'
required: true
push:
tags:
- '^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-.+)$' # Run workflow on semver tags
- 'v*' # Run workflow on version tags, e.g. v1.0.0.

jobs:
release:
Expand Down

0 comments on commit 7a11790

Please sign in to comment.