Skip to content

Commit

Permalink
Improve workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Apr 18, 2021
1 parent 566a859 commit 97ae1ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:


pre-release:
name: GitHub Pre-release
runs-on: "ubuntu-latest"
name: GitHub pre-release
runs-on: ubuntu-latest
needs: test

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

github-release:
name: GitHub Release
runs-on: "ubuntu-latest"
runs-on: ubuntu-latest
needs: test

steps:
Expand Down

0 comments on commit 97ae1ee

Please sign in to comment.