Skip to content

Commit

Permalink
Fix subctl release job
Browse files Browse the repository at this point in the history
GH complains the job name in release_subctl_devel.yml is invalid:

"The identifier 'release-subctl-release-0.10' is invalid. IDs may only
contain alphanumeric characters, '_', and '-'. IDs must start with a
letter or '_' and and must be less than 100 characters."

Replace the '.' with '-'.

Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis committed Aug 12, 2021
1 parent 43e8099 commit 9680181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_subctl_devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- release-*

jobs:
release-subctl-release-0.10:
release-subctl-release-0-10:
if: github.repository_owner == 'submariner-io'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9680181

Please sign in to comment.