Skip to content

Commit

Permalink
Update release template
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns authored May 23, 2024
1 parent 5ee8f38 commit 1d615ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow-templates/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release
on:
push: { tags: "v*.*.*" }
push: { tags: "v[0-9]+.[0-9]+.[0-9]+*" }

jobs:
github:
runs-on: ubuntu-latest
permissions: { contents: write }
uses: nodenv/.github/.github/workflows/release.yml@main

0 comments on commit 1d615ae

Please sign in to comment.