- [x] Remove npm ci and version steps from release.yml

- [x] Add .goreleaser-dist to .gitignore
- [x] Configure dist dir and before hook in goreleaser.yaml
This commit is contained in:
2026-03-11 21:52:13 +00:00
parent b2c0a13735
commit 0249d13265
3 changed files with 4 additions and 8 deletions
-8
View File
@@ -59,14 +59,6 @@ jobs:
node-version: '24'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
if: steps.version.outputs.version_tag != ''
run: npm ci
- name: Update package version
if: steps.version.outputs.version_tag != ''
run: npm version ${{ steps.version.outputs.version }} --no-git-tag-version
- name: Run GoReleaser
if: steps.version.outputs.version_tag != ''
uses: goreleaser/goreleaser-action@v6