Skip to content

Commit 2cba0e4

Browse files
Merge pull request #3 from tomislav-varga/new-feature
fix: solution exercise 11.15
2 parents f144e2b + e492a79 commit 2cba0e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
4646
runs-on: ubuntu-20.04
4747
steps:
48+
- name: Checkout code
49+
uses: actions/checkout@v4
50+
with:
51+
fetch-depth: 0
52+
4853
- name: Bump version and push tag
4954
uses: anothrNick/[email protected]
5055
env:

0 commit comments

Comments
 (0)