Checkout source code during deploy

We need the checked out repository in order to push the tag.
This commit is contained in:
Bruno Oliveira 2023-09-02 12:38:39 -03:00
parent 7855a72d2c
commit 0319a0d4fd
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- name: Download Package
uses: actions/download-artifact@v3
with: