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 9c24e3a commit 11e7508
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
steps:
- name: Prep Release
id: prep
run: curl --silent "https://api.github.com/repos/hdescottes/GdxGame/releases/latest"
| grep -Po "(?<=\"tag_name\": \").*(?=\")" >> $VERSION
run: |
curl --silent "https://api.github.com/repos/hdescottes/GdxGame/releases/latest"
grep -Po "(?<=\"tag_name\": \").*(?=\")" >> $VERSION
echo $VERSION
Expand Down

0 comments on commit 11e7508

Please sign in to comment.