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 1f11d02 commit ebd14fc
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 @@ -25,7 +25,7 @@ jobs:
- name: "Create release"
uses: "actions/github-script@v5"
env:
RELEASE_TAG: "0.7.37"
RELEASE_TAG: "0.7.38"
with:
github-token: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
script: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
name: "settings.yml",
path: ".github/settings.yml",
},
}
];
files.forEach(function (file) {
try {
Expand Down

0 comments on commit ebd14fc

Please sign in to comment.