Skip to content

Commit

Permalink
Update Cloudsmith action (switch from "docker" to "composite")
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed May 23, 2024
1 parent 94f68a3 commit 192fabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/package-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:

# Publish the artifacts
- name: "Push artifact to package repository"
uses: cloudsmith-io/action@v0.5.4
uses: cloudsmith-io/action@v0.6.7
with:
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
command: 'push'
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:

# Publish the artifacts
- name: "Push artifact to package repository"
uses: cloudsmith-io/action@v0.5.4
uses: cloudsmith-io/action@v0.6.7
with:
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
command: 'push'
Expand Down

0 comments on commit 192fabf

Please sign in to comment.