Skip to content

Commit efcc145

Browse files
committed
chore: Add missing uses: actions/checkout@v2 for upcoming release
1 parent fbf3125 commit efcc145

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ jobs:
131131
- name: Get tag name
132132
run: tag="${{ needs.release-please.outputs.tag_name }}"; echo "::set-output name=tag::${tag#v}"
133133
id: tag
134+
- name: Check out the repo
135+
uses: actions/checkout@v2
134136
- name: Push to Docker Hub
135137
uses: docker/build-push-action@v1
136138
with:
@@ -150,6 +152,8 @@ jobs:
150152
- name: Get tag name
151153
run: tag="${{ needs.release-please.outputs.tag_name }}"; echo "::set-output name=tag::${tag#v}"
152154
id: tag
155+
- name: Check out the repo
156+
uses: actions/checkout@v2
153157
- name: Push to Docker Hub
154158
uses: docker/build-push-action@v1
155159
with:
@@ -172,6 +176,8 @@ jobs:
172176
- name: Get tag name
173177
run: tag="${{ needs.release-please.outputs.tag_name }}"; echo "::set-output name=tag::${tag#v}"
174178
id: tag
179+
- name: Check out the repo
180+
uses: actions/checkout@v2
175181
- name: Push to Docker Hub
176182
# https://github.com/docker/build-push-action/tree/releases/v1#readme
177183
uses: docker/build-push-action@v1

0 commit comments

Comments
 (0)