Compare commits

...
4 Commits
Author SHA1 Message Date
Joe ElliottandGitHub 53b0541d23 add contents:write so the release process can create releases (#5182)
Signed-off-by: Joe Elliott <number101010@gmail.com>
2025-05-29 09:50:15 -04:00
Joe ElliottandGitHub e0bda07370 Missed a --force param (#5179)
* one less force

Signed-off-by: Joe Elliott <number101010@gmail.com>

* gogo ci

---------

Signed-off-by: Joe Elliott <number101010@gmail.com>
2025-05-29 08:41:16 -04:00
Joe ElliottandGitHub afa0384823 Two fixes for release CI (#5178)
* Revert "push fetch tags into checkout (#5171) (#5174)"

This reverts commit c1da0150a0.

* use --force flag

Signed-off-by: Joe Elliott <number101010@gmail.com>

* remove darwin due to a go issue

Signed-off-by: Joe Elliott <number101010@gmail.com>

---------

Signed-off-by: Joe Elliott <number101010@gmail.com>
2025-05-29 07:35:35 -04:00
Joe ElliottandGitHub c1da0150a0 push fetch tags into checkout (#5171) (#5174)
Signed-off-by: Joe Elliott <number101010@gmail.com>
2025-05-28 17:45:48 -04:00
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -25,7 +25,7 @@ jobs:
persist-credentials: false
- name: fetch tags
run: git fetch --tags
run: git fetch --tags --force
- id: get-tag
run: |
@@ -50,7 +50,7 @@ jobs:
persist-credentials: false
- name: fetch tags
run: git fetch --tags
run: git fetch --tags --force
- name: build-tempo-binaries
run: |
@@ -118,7 +118,7 @@ jobs:
persist-credentials: false
- name: fetch tags
run: git fetch --tags
run: git fetch --tags --force
- name: get-tag
run: |
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
if: github.repository == 'grafana/tempo' # skip in forks
runs-on: ubuntu-24.04
permissions:
contents: read
contents: write
id-token: write
env:
NFPM_SIGNING_KEY_FILE: /tmp/nfpm-private-key.key
@@ -23,7 +23,7 @@ jobs:
persist-credentials: false
- name: fetch tags
run: git fetch --tags
run: git fetch --tags --force
- id: "get-secrets"
name: "get nfpm signing keys"
+3 -3
View File
@@ -11,7 +11,7 @@ builds:
env:
- CGO_ENABLED=0
goos:
- darwin
# - darwin re-enable when https://github.com/golang/go/issues/73617 is fixed
- linux
- windows
goarch:
@@ -41,7 +41,7 @@ builds:
env:
- CGO_ENABLED=0
goos:
- darwin
# - darwin re-enable when https://github.com/golang/go/issues/73617 is fixed
- linux
- windows
goarch:
@@ -71,7 +71,7 @@ builds:
env:
- CGO_ENABLED=0
goos:
- darwin
# - darwin re-enable when https://github.com/golang/go/issues/73617 is fixed
- linux
- windows
goarch: