Skip to content

Commit

Permalink
temp disable snapshot delete
Browse files Browse the repository at this point in the history
  • Loading branch information
micdes-pagopa committed Sep 14, 2023
1 parent 9f3c69a commit fb7a766
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ jobs:
- name: Build and test project
run: sbt ++${{ matrix.scala }} test

- name: Get 1.0.x-SNAPSHOTS versionIds
id: version
uses: castlabs/[email protected]
with:
version: 1.0.x-SNAPSHOT

- name: Delete 1.0.x-SNAPSHOTS versions
if: ${{ steps.version.outputs.ids != '' }}
uses: actions/delete-package-versions@v2
with:
package-version-ids: ${{ steps.version.outputs.ids }}
# - name: Get 1.0.x-SNAPSHOTS versionIds
# id: version
# uses: castlabs/[email protected]
# with:
# version: 1.0.x-SNAPSHOT
#
# - name: Delete 1.0.x-SNAPSHOTS versions
# if: ${{ steps.version.outputs.ids != '' }}
# uses: actions/delete-package-versions@v2
# with:
# package-version-ids: ${{ steps.version.outputs.ids }}

- name: Publish project
run: sbt ++${{ matrix.scala }} publish
Expand Down

0 comments on commit fb7a766

Please sign in to comment.