Skip to content

Commit

Permalink
Test cloudsmith action with gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed May 27, 2024
1 parent 3c118b3 commit cf07bf1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,11 @@ jobs:
GITHUB_REF: ${{ github.ref }}

# Publish the artifacts
- name: "Hack to set Python version"
run: "echo 3.9 > .python-version"

- 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 @@ -249,8 +252,11 @@ jobs:
GITHUB_REF: ${{ github.ref }}

# Publish the artifacts
- name: "Hack to set Python version"
run: "echo 3.9 > .python-version"

- 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 cf07bf1

Please sign in to comment.