1
0
mirror of https://github.com/go-task/task.git synced 2025-11-27 22:38:20 +02:00

fix: goreleaser with cloudsmith and npm (#2372)

This commit is contained in:
Valentin Maerten
2025-08-13 15:14:57 +02:00
committed by GitHub
parent 504cb94e8b
commit d59c795502
3 changed files with 11 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
name: Realease nightly
name: Release nightly
on:
workflow_dispatch:
@@ -27,3 +27,4 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GH_PAT}}
GORELEASER_KEY: ${{secrets.GORELEASER_KEY}}
CLOUDSMITH_TOKEN: ${{secrets.CLOUDSMITH_TOKEN}}

View File

@@ -43,6 +43,7 @@ jobs:
env:
GITHUB_TOKEN: ${{secrets.GH_PAT}}
GORELEASER_KEY: ${{secrets.GORELEASER_KEY}}
CLOUDSMITH_TOKEN: ${{secrets.CLOUDSMITH_TOKEN}}
- name: Deploy Website
shell: bash