Skip to content

Commit

Permalink
Update releases workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
markteekman committed Oct 28, 2022
1 parent f7f2f31 commit 6840d64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "pre-release"
name: "prepare-release"

on:
push:
Expand All @@ -8,7 +8,7 @@ on:

jobs:
pre-release:
name: "Pre Release"
name: "Prepare Release"
runs-on: "ubuntu-latest"

steps:
Expand All @@ -17,4 +17,4 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Pre release"
title: "Next Release"

0 comments on commit 6840d64

Please sign in to comment.