Skip to content

Commit

Permalink
ci: Test updated cloudsmith action
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed May 12, 2022
1 parent f52346b commit 0540ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 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: cloudsmith-io/action@v0.5.2
uses: jtojnar/action@feature-tags
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
Expand All @@ -160,7 +160,7 @@ jobs:
file: ${{ steps.zipball.outputs.file_name }}
name: selfoss.zip
version: ${{ steps.zipball.outputs.version }}
extra: '--tags version:latest'
tags: version:latest

- name: Prepare a changelog
run: |
Expand Down

0 comments on commit 0540ea3

Please sign in to comment.