7070 - name : Checkout swagger-codegen 3.0.0
7171 uses : actions/checkout@v6
7272 with :
73- ref : ${{ github.ref_name }}
73+ ref : 3.0.0
7474
7575 - name : Checkout swagger-codegen-generators
7676 if : inputs.release_generators == 'true'
@@ -122,7 +122,7 @@ jobs:
122122 - name : Checkout swagger-codegen 3.0.0
123123 uses : actions/checkout@v6
124124 with :
125- ref : ${{ github.ref_name }}
125+ ref : 3.0.0
126126
127127 - name : Set up Java and Maven
128128 uses : actions/setup-java@v5
@@ -221,7 +221,7 @@ jobs:
221221 - name : Checkout swagger-codegen 3.0.0
222222 uses : actions/checkout@v6
223223 with :
224- ref : ${{ github.ref_name }}
224+ ref : 3.0.0
225225
226226 - name : Set up Java and Maven
227227 uses : actions/setup-java@v5
@@ -278,7 +278,7 @@ jobs:
278278 uses : softprops/action-gh-release@v2
279279 with :
280280 tag_name : v${{ needs.validate.outputs.codegen_version }}
281- target_commitish : ${{ github.ref_name }}
281+ target_commitish : 3.0.0
282282 name : Swagger Codegen v${{ needs.validate.outputs.codegen_version }}
283283 draft : true
284284 generate_release_notes : true
@@ -291,7 +291,7 @@ jobs:
291291 - name : Checkout swagger-codegen 3.0.0
292292 uses : actions/checkout@v6
293293 with :
294- ref : ${{ github.ref_name }}
294+ ref : 3.0.0
295295
296296 - name : Set up Java and Maven
297297 uses : actions/setup-java@v5
@@ -463,7 +463,7 @@ jobs:
463463 - name : Checkout swagger-codegen 3.0.0
464464 uses : actions/checkout@v6
465465 with :
466- ref : ${{ github.ref_name }}
466+ ref : 3.0.0
467467
468468 - uses : actions/create-github-app-token@v3
469469 id : generate-token
@@ -489,7 +489,7 @@ jobs:
489489 commit-message : bump snapshot ${{ steps.next-snapshot.outputs.next_codegen_snapshot_version }}
490490 title : bump snapshot ${{ steps.next-snapshot.outputs.next_codegen_snapshot_version }}
491491 branch : bump-snap-${{ steps.next-snapshot.outputs.next_codegen_snapshot_version }}
492- base : ${{ github.ref_name }}
492+ base : 3.0.0
493493 body : |
494494 Bump Swagger Codegen to ${{ steps.next-snapshot.outputs.next_codegen_snapshot_version }} after release.
495495
0 commit comments