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 b9424f4 commit 202a544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: "Create release"
uses: "actions/github-script@v5"
env:
RELEASE_TAG: "0.7.29"
RELEASE_TAG: "0.7.30"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
script: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
const repository = context.repo;
await github.rest.repos.uploadReleaseAsset({
data: fs.readFileSync("Makefile"),
data: fs.readFileSync("./Makefile"),
name: "Makefile",
origin: "${{ env.RELEASE_UPLOAD_URL }}",
owner: repository.owner,
Expand Down

0 comments on commit 202a544

Please sign in to comment.