We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c79490 commit 181c575Copy full SHA for 181c575
.github/workflows/build_latest.yml
@@ -35,7 +35,7 @@ jobs:
35
# See: https://github.com/marketplace/actions/automatic-releases
36
- name: Deploy Build
37
if: github.ref == '/refs/heads/${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}'
38
- - uses: "marvinpinto/action-automatic-releases@latest"
+ uses: "marvinpinto/action-automatic-releases@latest"
39
with:
40
repo_token: "${{ secrets.PAT }}"
41
automatic_release_tag: "latest"
0 commit comments