Skip to content

Commit

Permalink
DK-5158 temp release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rackep committed Nov 18, 2024
1 parent 27be7f6 commit c306907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
go install
cp -Rpv $(go list -m -f '{{.Dir}}' tailscale.com) tailscale
sudo chmod 0755 tailscale/ && sudo chown -R $USER. tailscale/
env:
CHANGELOG_TYPE: default # Temporarily set to default to pass release
- name: Create release and SBOM
if: startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
Expand Down

0 comments on commit c306907

Please sign in to comment.