Skip to content

Commit 4c8e5e3

Browse files
committed
deslop
1 parent 772fe5a commit 4c8e5e3

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525
with:
26-
# Empty on a tag push, where the triggering ref is already the tag.
27-
# Dispatched runs are privileged, so the input can only name a tag,
28-
# never a branch or a pull request.
2926
ref: ${{ inputs.tag && format('refs/tags/{0}', inputs.tag) || '' }}
3027
fetch-depth: 0
3128
persist-credentials: false
@@ -55,11 +52,6 @@ jobs:
5552
- uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
5653
with:
5754
version: "~> v2"
58-
# A dispatched run only needs dist/ populated so the npm packages can
59-
# be assembled from it, so it rebuilds the tag's binaries and archives
60-
# nothing. Those binaries won't be byte-identical to the ones already
61-
# released - go.mod asks for Go 1.26, so setup-go resolves whatever
62-
# patch is current - which is why nothing else is republished here.
6355
args: ${{ github.event_name == 'workflow_dispatch' && 'build --clean' || 'release --clean' }}
6456
env:
6557
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -84,12 +76,8 @@ jobs:
8476
bin: flagsmith
8577
prefix: "@flagsmith"
8678
license: MIT
87-
# npm rejects the provenance attestation unless this matches the
88-
# building repository, case-sensitively. The shorthand is normalised
89-
# to git+https://github.com/Flagsmith/flagsmith-cli.git on publish.
9079
repository: ${{ github.repository }}
9180
description: The Flagsmith command-line interface
92-
# stringArray inputs are split on newlines, not spaces
9381
keywords: |-
9482
flagsmith
9583
feature-flags

0 commit comments

Comments
 (0)