Skip to content

Commit d26ca85

Browse files
authored
Merge pull request #1447 from swagger-api/fix-next-snap
automation - fix next snapshot action
2 parents 3369818 + 9e1dadb commit d26ca85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/next-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Next Snapshot
22

33
on:
44
workflow_dispatch:
@@ -56,7 +56,7 @@ jobs:
5656
git config --global user.name "GitHub Action"
5757
git config --global hub.protocol https
5858
git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:[email protected]/''' + 'swagger-api/swagger-parser' + '''.git
59-
- name: Run post release script
59+
- name: Run next snapshot script
6060
id: postRelease
6161
if: env.RELEASE_OK == 'yes'
6262
run: |

0 commit comments

Comments
 (0)