Skip to content

Commit

Permalink
chore: Release creation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hdescottes committed Jun 26, 2024
1 parent 3713c7d commit a76e26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
curl --silent "https://api.github.com/repos/hdescottes/GdxGame/releases/latest"
grep -Po "(?<=\"tag_name\": \").*(?=\")" >> $env:GITHUB_OUTPUT
- name: test version
run: echo ${{ steps.prep.outputs }}
run: echo "${{ steps.prep.outputs }}"

# Parse changelog

Expand Down

0 comments on commit a76e26e

Please sign in to comment.