Skip to content

Commit 44f56c4

Browse files
committed
checkout repo
1 parent f9416c9 commit 44f56c4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/pull_requests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'pkg-pr-release')
1919
runs-on: ubuntu-latest
2020
steps:
21+
- name: Checkout repository
22+
uses: actions/checkout@v4
2123
- name: release-pkg-pr-version
2224
uses: ./.github/actions/release-pkg-pr-version
2325

@@ -99,4 +101,4 @@ jobs:
99101

100102
- name: Fail if any checks fail
101103
if: failure()
102-
run: echo "Some checks failed, failing" && exit 1
104+
run: echo "Some checks failed, failing" && exit 1

.github/workflows/push_main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
Pkg-pr-new:
7575
runs-on: [ubuntu-latest]
7676
steps:
77+
- name: Checkout repository
78+
uses: actions/checkout@v4
7779
- name: release-pkg-pr-version
7880
uses: ./.github/actions/release-pkg-pr-version
7981

@@ -129,4 +131,3 @@ jobs:
129131
generateReleaseNotes: true
130132
name: Release ${{ steps.publish.outputs.version }}
131133
skipIfReleaseExists: true
132-

0 commit comments

Comments
 (0)