Skip to content

Commit e00dc06

Browse files
committed
fix: Update workflow syntax to fix GitHub release logic (#36)
1 parent 091b7cf commit e00dc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0
143143
if: ${{ github.ref == 'refs/heads/root' && env.VERSION != env.PREVIOUS_COMMIT_VERSION }}
144144
with:
145-
repo_token: "${{ secrets.RELEASES_TOKEN }}"
145+
repo_token: ${{ secrets.RELEASES_TOKEN }}
146146
automatic_release_tag: v${{ env.VERSION }}
147147
prerelease: false
148148
files: |

0 commit comments

Comments
 (0)