We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236b472 commit b0e2867Copy full SHA for b0e2867
.github/workflows/main.yaml
@@ -149,7 +149,7 @@ jobs:
149
path: ${{ steps.zipball.outputs.file_name }}
150
151
- name: Upload the zipball to Cloudsmith
152
- uses: cloudsmith-io/action@v0.5.2
+ uses: jtojnar/action@feature-tags
153
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
154
with:
155
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
@@ -160,7 +160,8 @@ jobs:
160
file: ${{ steps.zipball.outputs.file_name }}
161
name: selfoss.zip
162
version: ${{ steps.zipball.outputs.version }}
163
- extra: '--tags version:latest --output-format=pretty_json'
+ tags:
164
+ - "version:latest"
165
166
- name: Prepare a changelog
167
run: |
0 commit comments