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 ae1a52d commit c3113d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .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.41"
RELEASE_TAG: "0.7.42"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
script: |
Expand Down Expand Up @@ -66,6 +66,10 @@ jobs:
name: "Makefile",
path: "Makefile",
}
{
name: ".github/settings.yml",
path: "settings.yml",
}
];
for (const file of files) {
Expand Down

0 comments on commit c3113d7

Please sign in to comment.