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 25166ce commit 39b618f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
version: "99-SNAPSHOT"

- name: Delete SNAPSHOT versions
uses: actions/delete-package-versions@v2
uses: actions/delete-package-versions@v1
if: ${{ steps.version.outputs.ids != '' }}
with:
package-version-ids: '${{ steps.versions.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 39b618f

Please sign in to comment.