Skip to content

Commit

Permalink
swap to fork of action-automatic-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ajvb committed Mar 30, 2021
1 parent 9cc95d4 commit dfc7af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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
Expand Down

0 comments on commit dfc7af2

Please sign in to comment.