Skip to content

Commit

Permalink
chore: checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdalton committed May 30, 2024
1 parent b1b95f1 commit eea7aab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
fetch-depth: 0 # Checkout all branches and tags, needed for publish
- name: branch
run: echo "Hello ${{ github.ref_name }} "
- name: head ref
Expand Down

0 comments on commit eea7aab

Please sign in to comment.