Skip to content

Commit e58a180

Browse files
committed
Fix release branch ref name
1 parent a118c1a commit e58a180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
66
release:
7-
if: github.ref == 'release' || contains(github.ref, '-release')
7+
if: github.ref == 'refs/heads/release' || endsWith(github.ref, '-releasebranch')
88
name: Release
99
runs-on: ubuntu-latest
1010
steps:

0 commit comments

Comments
 (0)