Skip to content

Commit

Permalink
Update github release action title and step dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Renaldas Szentiks committed Nov 24, 2023
1 parent 6be8dff commit 7613eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: Build
name: Release

on:
workflow_dispatch:
Expand All @@ -19,6 +19,7 @@ jobs:
releaseVersion: ${{ inputs.releaseVersion }}
create-release:
name: Create release
needs: build-code
if: startsWith(github.ref, 'refs/heads/release/')
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7613eae

Please sign in to comment.