Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasith Koswatta Gamage committed Oct 31, 2023
1 parent b2ba1cd commit 3387e81
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Release 🔨
name: Build 🔨 and Release 🚀
on: [push]

jobs:
Expand All @@ -25,8 +25,11 @@ jobs:

release:
runs-on: ubuntu-latest
name: Release
name: Release 🚀
needs:
- test
steps:
- uses: actions/checkout@v4
- name: Download all workflow run artifacts
uses: actions/download-artifact@v3
- name: Get next version
Expand Down

0 comments on commit 3387e81

Please sign in to comment.