From dfc7af220ec8c231f42180aba53dffcb8bfdbeca Mon Sep 17 00:00:00 2001 From: AJ Bahnken Date: Tue, 30 Mar 2021 11:35:45 -0700 Subject: [PATCH] swap to fork of action-automatic-releases --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70d2913d1..d0054b417 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - name: Copy already built linux binary run: cp tmppkg/usr/local/bin/sops dist/sops-${{ env.RELEASE_VERSION }}.linux - name: Create release - uses: "marvinpinto/action-automatic-releases@latest" + uses: "mozilla/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: true