Skip to content

Commit

Permalink
added tag which should be checked out to native image action
Browse files Browse the repository at this point in the history
  • Loading branch information
lwluc committed Nov 22, 2023
1 parent 7ad223b commit 59fcab2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/native-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
with:
ref: 'v${{ inputs.TAG }}'

- uses: graalvm/setup-graalvm@v1
with:
Expand Down

0 comments on commit 59fcab2

Please sign in to comment.