Skip to content

Commit

Permalink
ci: Switch to upstream Cloudsmith action
Browse files Browse the repository at this point in the history
Hopefully, the latest handling is fixed now.
  • Loading branch information
jtojnar committed May 11, 2024
1 parent 2429274 commit 28aba63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
path: ${{ steps.zipball.outputs.file_name }}

- name: Upload the zipball to Cloudsmith
uses: jtojnar/action@feature-tags
uses: cloudsmith-io/action@v0.6.6
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
Expand All @@ -160,7 +160,6 @@ jobs:
file: ${{ steps.zipball.outputs.file_name }}
name: selfoss.zip
version: ${{ steps.zipball.outputs.version }}
tags: version:latest

- name: Prepare a changelog
run: |
Expand Down

0 comments on commit 28aba63

Please sign in to comment.