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 6b98333 commit e416f2e
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 @@ -11,8 +11,8 @@ jobs:
- name: Prep Release
id: get_latest_release
run: |
curl --silent latest_version="https://api.github.com/repos/hdescottes/GdxGame/releases/latest" |
grep -Po "(?<=\"tag_name\": \").*(?=\")" >> $env:GITHUB_OUTPUT
curl --silent "https://api.github.com/repos/hdescottes/GdxGame/releases/latest" |
latest_version=$(grep -Po "(?<=\"tag_name\": \").*(?=\")") >> $env:GITHUB_OUTPUT
# - name: Get version
# id: get_version
# run:
Expand Down

0 comments on commit e416f2e

Please sign in to comment.