update goreleaser

This commit is contained in:
Evan Jarrett
2026-05-03 14:51:05 -05:00
parent 18b000d0c1
commit ba05b20364
2 changed files with 4 additions and 8 deletions
+1 -8
View File
@@ -103,14 +103,7 @@ changelog:
publishers:
- name: atproto-pds
cmd: ./scripts/publish-artifact.sh
env:
- APP_PASSWORD={{ .Env.APP_PASSWORD }}
- TANGLED_REPO_DID={{ .Env.TANGLED_REPO_DID }}
- TANGLED_REF_NAME={{ .Env.TANGLED_REF_NAME }}
- REPO_URL={{ .Env.REPO_URL }}
- ARTIFACT_PATH={{ abs .ArtifactPath }}
- ARTIFACT_NAME={{ .ArtifactName }}
cmd: ./scripts/publish-artifact.sh "{{ abs .ArtifactPath }}" "{{ .ArtifactName }}"
# Disable since not using GitHub
release:
+3
View File
@@ -1,6 +1,9 @@
#!/usr/bin/env bash
set -e
ARTIFACT_PATH="$1"
ARTIFACT_NAME="$2"
# Serialize across parallel invocations from goreleaser to avoid slamming the
# PDS with simultaneous uploads. `goat account login` happens once in the
# release workflow before goreleaser runs, so this script just reuses the