Checkout source code during deploy
We need the checked out repository in order to push the tag.
This commit is contained in:
parent
7855a72d2c
commit
0319a0d4fd
|
@ -37,6 +37,7 @@ jobs:
|
|||
permissions:
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Download Package
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue