Skip to content

Commit fdceadf

Browse files
committedOct 22, 2024·
Fix typo in workflow
1 parent 8423c15 commit fdceadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/delete-staged-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
env:
1616
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
1717
- name: Delete Build
18-
run: jfrog rt delete --build spring-restdocs-${{ github.event.inputs.build-version }}
18+
run: jfrog rt delete --build spring-graphql-${{ github.event.inputs.build-version }}

0 commit comments

Comments
 (0)
Please sign in to comment.