Skip to content

Commit 181c575

Browse files
committed
Bugfix workflow
1 parent 6c79490 commit 181c575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# See: https://github.com/marketplace/actions/automatic-releases
3636
- name: Deploy Build
3737
if: github.ref == '/refs/heads/${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}'
38-
- uses: "marvinpinto/action-automatic-releases@latest"
38+
uses: "marvinpinto/action-automatic-releases@latest"
3939
with:
4040
repo_token: "${{ secrets.PAT }}"
4141
automatic_release_tag: "latest"

0 commit comments

Comments
 (0)