Skip to content

Commit

Permalink
ci: Test setting cloudsmith tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed May 12, 2022
1 parent 236b472 commit b0e2867
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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,8 @@ jobs:
file: ${{ steps.zipball.outputs.file_name }}
name: selfoss.zip
version: ${{ steps.zipball.outputs.version }}
extra: '--tags version:latest --output-format=pretty_json'
tags:
- "version:latest"

- name: Prepare a changelog
run: |
Expand Down

0 comments on commit b0e2867

Please sign in to comment.