Skip to content

Commit

Permalink
checkout repository to use release script (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal authored Jul 19, 2024
1 parent ee3f0e2 commit 78b911d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 5
persist-credentials: false
Expand Down Expand Up @@ -71,6 +71,11 @@ jobs:
runs-on: ubuntu-latest
needs: [ release ]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 5
persist-credentials: false
- run: |
TAG=${GITHUB_REF/refs\/tags\//}
bash $GITHUB_WORKSPACE/.github/scripts/release-plugins.sh $TAG $PAT
Expand Down

0 comments on commit 78b911d

Please sign in to comment.