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 a76e26e commit a41e7f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
id: prep
run: |
curl --silent "https://api.github.com/repos/hdescottes/GdxGame/releases/latest"
grep -Po "(?<=\"tag_name\": \").*(?=\")" >> $env:GITHUB_OUTPUT
latest_release_version= grep -Po "(?<=\"tag_name\": \").*(?=\")" >> $env:GITHUB_OUTPUT
- name: test version
run: echo "${{ steps.prep.outputs }}"
run: echo "${{ steps.prep.outputs.latest_release_version }}"

# Parse changelog

Expand Down

0 comments on commit a41e7f5

Please sign in to comment.