Skip to content

Commit

Permalink
Update pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta authored Apr 18, 2021
1 parent c761343 commit 2f5b17c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
test:
name: jMeter tests
runs-on: ubuntu-latest
services:
megen:
Expand All @@ -29,7 +30,7 @@ jobs:


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

Expand All @@ -38,7 +39,7 @@ jobs:
uses: softprops/turnstyle@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create pre-release
- name: Create GitHub pre-release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 2f5b17c

Please sign in to comment.