Skip to content

Commit

Permalink
Oops, broke release workflow...
Browse files Browse the repository at this point in the history
  • Loading branch information
not_alphanine committed Jul 2, 2024
1 parent 664a9d9 commit 8128130
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,11 @@ jobs:
with:
submodules: 'recursive'

- name: Lookup commits since last release
id: changes
uses: simbo/changes-since-last-release-action@v1

- name: Create environment variables
run: |
$versionPrefix = "refs/tags/v"
$version = $env:GITHUB_REF.Substring($versionPrefix.Length)
$commitSha = (git rev-parse --short $env:GITHUB_SHA)
$changes = ${{ steps.changes.outputs.log }}
echo "NGPLUS_COMMIT_SHA=${commitSha}" | Out-File -FilePath $env:GITHUB_ENV -Encoding UTF8 -Append
echo "NGPLUS_VERSION=${version}" | Out-File -FilePath $env:GITHUB_ENV -Encoding UTF8 -Append
echo "NGPLUS_COMMITS_SINCE_LAST_TAG=${changes} | Out-File -FilePath $env:GITHUB_ENV -Encoding UTF8 -Append"
Expand Down Expand Up @@ -95,7 +90,5 @@ jobs:
body: |
### SHA256 of release:
- ${{env.NGPLUS_SHA256}}
### Commits
- ${{env.NGPLUS_COMMITS_SINCE_LAST_TAG}}
files: |
NewGamePlus_${{env.NGPLUS_VERSION }}.zip

0 comments on commit 8128130

Please sign in to comment.