We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3369818 commit 9e1dadbCopy full SHA for 9e1dadb
.github/workflows/next-snapshot.yml
@@ -1,4 +1,4 @@
1
-name: Release
+name: Next Snapshot
2
3
on:
4
workflow_dispatch:
@@ -56,7 +56,7 @@ jobs:
56
git config --global user.name "GitHub Action"
57
git config --global hub.protocol https
58
git remote set-url origin https://\${{ secrets.GITHUB_TOKEN }}:[email protected]/''' + 'swagger-api/swagger-parser' + '''.git
59
- - name: Run post release script
+ - name: Run next snapshot script
60
id: postRelease
61
if: env.RELEASE_OK == 'yes'
62
run: |
0 commit comments