Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
  • Loading branch information
outscale-mgo committed Sep 26, 2022
1 parent ba83035 commit 595c85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_release_bins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.TOKEN }}"
automatic_release_tag: ${{ env.GITHUB_REF_NAME }
automatic_release_tag: ${{ env.GITHUB_REF_NAME }}
prerelease: false
title: "Fix Release"
files: |
Expand Down

0 comments on commit 595c85f

Please sign in to comment.