Skip to content

Commit 0319a0d

Browse files
committedSep 2, 2023·
Checkout source code during deploy
We need the checked out repository in order to push the tag.
1 parent 7855a72 commit 0319a0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
permissions:
3838
id-token: write
3939
steps:
40+
- uses: actions/checkout@v3
4041
- name: Download Package
4142
uses: actions/download-artifact@v3
4243
with:

0 commit comments

Comments
 (0)
Please sign in to comment.