We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84c2380 + de4a3ec commit 0c28bbdCopy full SHA for 0c28bbd
2 files changed
.github/workflows/build-and-publish.yml
@@ -90,7 +90,7 @@ jobs:
90
91
- name: Run GoReleaser (release)
92
if: inputs.publish
93
- uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
+ uses: goreleaser/goreleaser-action@v6.4.0
94
with:
95
version: v2.12.7
96
args: release
@@ -104,7 +104,7 @@ jobs:
104
105
- name: Run GoReleaser (snapshot)
106
if: ${{ !inputs.publish }}
107
108
109
110
args: release --snapshot --clean
.github/workflows/trigger-docs.yml
@@ -5,6 +5,7 @@ on:
5
types: [published]
6
jobs:
7
update:
8
+ if: github.repository == 'temporalio/cli'
9
runs-on: ubuntu-latest
10
defaults:
11
run:
0 commit comments