Skip to content

Commit

Permalink
change job name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Jan 13, 2025
1 parent d2b70c7 commit 4a33abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+.*"
- "v[0-9]+\\.[0-9]+\\.[0-9]+.*"
branches-ignore:
- "**"
jobs:
git-tag:
version-info:
runs-on: ubuntu-latest
steps:
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 4a33abc

Please sign in to comment.