Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitrykliapkou authored Aug 24, 2023
1 parent 2ca141b commit 141e594
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,11 @@ jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: |
echo "Hello world"
hello2:
runs-on: ubuntu-latest
needs:
- hello
steps:
- run: |
echo "Hello world 2"
hello3:
runs-on: ubuntu-latest
needs:
- hello
steps:
- run: |
echo "Hello world 3"
hello4:
runs-on: ubuntu-latest
needs:
- hello2
- hello3
steps:
- run: |
echo "Hello world 4"
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
persist-credentials: true
- name: Create new branch
run: |
git branch

0 comments on commit 141e594

Please sign in to comment.