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 a41e7f5 commit efdff22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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"
latest_release_version= grep -Po "(?<=\"tag_name\": \").*(?=\")" >> $env:GITHUB_OUTPUT
- name: test version
run: echo "${{ steps.prep.outputs.latest_release_version }}"
grep -Po "(?<=\"tag_name\": \").*(?=\")" >> $env:GITHUB_OUTPUT
# - name: test version
# run: echo "${{ steps.prep.outputs }}"

# Parse changelog

Expand Down

0 comments on commit efdff22

Please sign in to comment.