Skip to content

Commit 0fd883c

Browse files
committed
Removed v from tag check
1 parent 186d530 commit 0fd883c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
uses: thebongy/version-check@v1
2020
with:
2121
file: Cargo.toml
22-
tagFormat: v${version}-beta
22+
tagFormat: ${version}-beta
2323
id: version_check_staging
2424

2525
- name: Check Release Version (master)
2626
if: github.base_ref == 'master'
2727
uses: thebongy/version-check@v1
2828
with:
2929
file: Cargo.toml
30-
tagFormat: v${version}
30+
tagFormat: ${version}
3131
id: version_check_master
3232
build:
3333
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)