mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-18 16:24:16 +00:00
update goreleaser
This commit is contained in:
+1
-8
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user