Skip to content

Commit

Permalink
Merge pull request #6 from intercepted16/fix-ci
Browse files Browse the repository at this point in the history
fix: checkout code when creating tag in GitHub Action
  • Loading branch information
intercepted16 authored Aug 15, 2024
2 parents 98f5a6d + e344665 commit 9b1852b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Create and Push Tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9b1852b

Please sign in to comment.