Skip to content

Commit

Permalink
Fix typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Oct 22, 2024
1 parent 8423c15 commit fdceadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete-staged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
env:
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
- name: Delete Build
run: jfrog rt delete --build spring-restdocs-${{ github.event.inputs.build-version }}
run: jfrog rt delete --build spring-graphql-${{ github.event.inputs.build-version }}

0 comments on commit fdceadf

Please sign in to comment.