Skip to content

Commit

Permalink
Merge pull request #1672 from kubearmor/fix-systemd-release-workflow
Browse files Browse the repository at this point in the history
Update ci-systemd-release.yml
  • Loading branch information
Shreyas220 authored Mar 8, 2024
2 parents 0638044 + 8f397b4 commit 454bac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-systemd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
goreleaser:
runs-on: ubuntu-20.04
if: github.repository == 'kubearmor/kubearmor'
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -33,8 +35,6 @@ jobs:

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
permissions:
contents: write
with:
distribution: goreleaser
version: v1.12.2
Expand Down

0 comments on commit 454bac1

Please sign in to comment.