Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LucBerge committed Sep 20, 2023
1 parent 7222b37 commit 703c829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: ${{ github.ref }} }}
automatic_release_tag: ${{ github.ref }}
prerelease: true
title: Pre-Release ${{ env.VERSION }}
files: |
Expand Down

0 comments on commit 703c829

Please sign in to comment.