Skip to content

Commit

Permalink
Add missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Aug 13, 2024
1 parent 8af3429 commit e03a4b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compass-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
tag: ${{ steps.tag.outputs.tag }}
code: ${{ steps.detect-files.outputs.code_any_changed }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- id: tag
if: github.event_name == 'push' && github.ref_type == 'tag'
run: echo "tag=${{ github.ref_name }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e03a4b6

Please sign in to comment.