Skip to content

Commit

Permalink
change tag separator to avoid geoserver_ overlap with geoserver_data_
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Jan 10, 2024
1 parent 943d7ad commit 9d428c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: winterjung/split@v2
id: split
with:
separator: "_"
separator: "#"
msg: ${{ github.ref }}
- uses: actions/checkout@v3
with:
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: winterjung/split@v2
id: split
with:
separator: "_"
separator: "#"
msg: ${{ github.ref }}
- uses: actions/checkout@v3
with:
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: winterjung/split@v2
id: split
with:
separator: "_"
separator: "#"
msg: ${{ github.ref }}
- uses: actions/checkout@v3
with:
Expand All @@ -72,7 +72,7 @@ jobs:
- uses: winterjung/split@v2
id: split
with:
separator: "_"
separator: "#"
msg: ${{ github.ref }}
- uses: actions/checkout@v3
with:
Expand All @@ -92,7 +92,7 @@ jobs:
- uses: winterjung/split@v2
id: split
with:
separator: "_"
separator: "#"
msg: ${{ github.ref }}
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 9d428c2

Please sign in to comment.