Skip to content

Commit 8330bb2

Browse files
authored
fix: branch name for publish dry run (#434)
1 parent aed88e8 commit 8330bb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
publish_dry_run_nilts:
2424
runs-on: ubuntu-latest
2525
timeout-minutes: 20
26-
if: github.head_ref == 'refs/heads/release-please--branches--main--components--nilts'
26+
if: github.head_ref == 'release-please--branches--main--components--nilts'
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
@@ -36,7 +36,7 @@ jobs:
3636
publish_dry_run_nilts_clock:
3737
runs-on: ubuntu-latest
3838
timeout-minutes: 20
39-
if: github.head_ref == 'refs/heads/release-please--branches--main--components--nilts_clock'
39+
if: github.head_ref == 'release-please--branches--main--components--nilts_clock'
4040
steps:
4141
- name: Checkout
4242
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
@@ -49,7 +49,7 @@ jobs:
4949
publish_dry_run_nilts_core:
5050
runs-on: ubuntu-latest
5151
timeout-minutes: 20
52-
if: github.head_ref == 'refs/heads/release-please--branches--main--components--nilts_core'
52+
if: github.head_ref == 'release-please--branches--main--components--nilts_core'
5353
steps:
5454
- name: Checkout
5555
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
@@ -62,7 +62,7 @@ jobs:
6262
publish_dry_run_nilts_flutter_hooks:
6363
runs-on: ubuntu-latest
6464
timeout-minutes: 20
65-
if: github.head_ref == 'refs/heads/release-please--branches--main--components--nilts_flutter_hooks'
65+
if: github.head_ref == 'release-please--branches--main--components--nilts_flutter_hooks'
6666
steps:
6767
- name: Checkout
6868
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6

0 commit comments

Comments
 (0)