Skip to content

Commit

Permalink
fix: try using v2 for the checkout action to fix tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed Feb 7, 2023
1 parent de8282c commit 42f31f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
runs-on: ubuntu-latest
concurrency: release
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PAT }}
fetch-depth: 0
Expand Down

0 comments on commit 42f31f9

Please # to comment.