Compare commits
3 Commits
v0.3.6
...
v0.3.6+alp
| Author | SHA1 | Date | |
|---|---|---|---|
|
2da5223fdd
|
|||
|
e4440ff3a4
|
|||
|
560f086656
|
@@ -26,5 +26,6 @@ jobs:
|
|||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-e GITEA_TOKEN=${{ secrets.GITEA_TOKEN }} \
|
-e GITEA_TOKEN=${{ secrets.RELEASE_TOKEN }} \
|
||||||
|
-e RELEASE_TOKEN=${{ secrets.RELEASE_TOKEN }} \
|
||||||
gitnow-release release
|
gitnow-release release
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ homebrew_casks:
|
|||||||
repository:
|
repository:
|
||||||
owner: kjuulh
|
owner: kjuulh
|
||||||
name: homebrew-tap
|
name: homebrew-tap
|
||||||
token: "{{ .Env.GITEA_TOKEN }}"
|
token: "{{ .Env.RELEASE_TOKEN }}"
|
||||||
url:
|
url:
|
||||||
template: "https://git.kjuulh.io/kjuulh/gitnow/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
template: "https://git.kjuulh.io/kjuulh/gitnow/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||||
homepage: "https://gitnow-client.prod.kjuulh.app"
|
homepage: "https://gitnow-client.prod.kjuulh.app"
|
||||||
|
|||||||
Reference in New Issue
Block a user