Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
build: fix GoReleaser CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Oct 29, 2023
1 parent 288903d commit 0cab2de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Download assets
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PROVENANCE: "${{ needs.provenance.outputs.provenance-name }}"
run: |
set -euo pipefail
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ changelog:

source:
enabled: true
files:
- gojs-cvss.js
- gojs-cvss.js.map

checksum: {}

Expand Down

0 comments on commit 0cab2de

Please sign in to comment.