Skip to content

Commit

Permalink
Update release-snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuryyas authored Aug 20, 2024
1 parent 39b618f commit 450bf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/delete-package-versions@v1
if: ${{ steps.version.outputs.ids != '' }}
with:
package-version-ids: ${{ steps.version.outputs.ids }}
package-version-ids: "${{ steps.version.outputs.ids }}"

- name: Publish artifacts
run: ./gradlew clean server:publish -x test
Expand Down

0 comments on commit 450bf33

Please sign in to comment.