Skip to content

Commit

Permalink
Update UpdateVersion.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 authored Feb 20, 2022
1 parent 41e4227 commit 4da8d7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/UpdateVersion.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Update Project Version Numbers
name: 'Update Version'

on:
push:
tags: '*.*.*'
tags: '[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:

jobs:
Expand All @@ -29,4 +29,4 @@ jobs:
git config user.email [email protected]
git add -A
git commit -m "Update .csproj Version Numbers"
git push
git push origin HEAD:main

0 comments on commit 4da8d7f

Please sign in to comment.