Skip to content

Commit

Permalink
Merge pull request #318 from tofuutils/feat/go-releaser-add-cloudsmit…
Browse files Browse the repository at this point in the history
…h-support

Add cloudsmith support
  • Loading branch information
kvendingoldo authored Dec 27, 2024
2 parents c5c0539 + aeedcbc commit a17ad0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
CLOUDSMITH_TOKEN: ${{ secrets.CLOUDSMITH_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,14 @@ dmg:
replace: true
mod_timestamp: "{{ .CommitTimestamp }}"

cloudsmiths:
- organization: tofuutils
repository: tenv
distributions:
deb: "ubuntu/xenial"
alpine: "alpine/v3.8"
rpm: "el/7"

aurs:
- name: tenv-bin
# Artifact IDs to filter for.
Expand Down

0 comments on commit a17ad0f

Please sign in to comment.