Skip to content

Commit

Permalink
bugfix: js syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tcjennings committed Jan 10, 2025
1 parent fabb848 commit ab449e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'build.yaml',
ref: ${steps.release.outputs.tag}
ref: `${steps.release.outputs.tag}`
})

0 comments on commit ab449e8

Please sign in to comment.