Skip to content

Commit

Permalink
Hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 22, 2022
1 parent 2bec9ae commit ae1a52d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: "Create release"
uses: "actions/github-script@v5"
env:
RELEASE_TAG: "0.7.40"
RELEASE_TAG: "0.7.41"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
script: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
}
];
files.forEach(function (file) {
for (const file of files) {
try {
await github.rest.repos.uploadReleaseAsset({
data: fs.readFileSync(file.path),
Expand All @@ -81,7 +81,7 @@ jobs:
} catch (error) {
core.setFailed(error.message);
}
});
}

0 comments on commit ae1a52d

Please sign in to comment.