Skip to content

Commit b0e2867

Browse files
committed
ci: Test setting cloudsmith tags
1 parent 236b472 commit b0e2867

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
path: ${{ steps.zipball.outputs.file_name }}
150150

151151
- name: Upload the zipball to Cloudsmith
152-
uses: cloudsmith-io/action@v0.5.2
152+
uses: jtojnar/action@feature-tags
153153
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
154154
with:
155155
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
@@ -160,7 +160,8 @@ jobs:
160160
file: ${{ steps.zipball.outputs.file_name }}
161161
name: selfoss.zip
162162
version: ${{ steps.zipball.outputs.version }}
163-
extra: '--tags version:latest --output-format=pretty_json'
163+
tags:
164+
- "version:latest"
164165

165166
- name: Prepare a changelog
166167
run: |

0 commit comments

Comments
 (0)