Skip to content

Commit

Permalink
TEST: FIX CHECKOUT?
Browse files Browse the repository at this point in the history
  • Loading branch information
jigpu committed Jun 6, 2024
1 parent 0ac9b04 commit a35606f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:

steps:
# ...
- uses: actions/checkout@master

- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-tags: 'true'
- name: "Make Step"
run: |
./autogen.sh
Expand Down

0 comments on commit a35606f

Please sign in to comment.