Skip to content

Commit

Permalink
FIXUP: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmoy committed Nov 7, 2023
1 parent 72d261d commit f51d8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
tags = readlines(`git tag -l`)
project_version_tag in tags && error("Tag $project_version_tag already exists")
open(ENV["GITHUB_OUTPUT"], "a") do io
println(io, "tag=v$(project_version_tag)")
println(io, "tag=$(project_version_tag)")
end
- name: Download artifacts
id: download-artifact
Expand Down

0 comments on commit f51d8a0

Please sign in to comment.