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 efdff22 commit b2cb604
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ jobs:
run: |
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 }}"
- name: test version
run: echo "${{ steps.prep.outputs }}"

# Parse changelog

echo 'changelog<<EOF' >> $GITHUB_ENV
echo $CHANGELOG >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV

# - name: Create Release
# id: create_release
Expand Down

0 comments on commit b2cb604

Please sign in to comment.