We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a546a9 commit 91e2e46Copy full SHA for 91e2e46
.github/workflows/release.yaml
@@ -29,4 +29,4 @@ jobs:
29
with:
30
args: release --rm-dist
31
env:
32
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.TIMDORR_GITHUB_TOKEN }}
.goreleaser.yml
@@ -28,7 +28,7 @@ changelog:
28
brews:
- tap:
owner: onspaceship
- name: ship
+ name: homebrew-tap
folder: Formula
33
homepage: https://spaceship.run
34
description: Launch your code with one click
0 commit comments