Skip to content

Commit

Permalink
🔧 (package.yml): change tag key to ref key to match the correct synta…
Browse files Browse the repository at this point in the history
…x for specifying a git reference in the actions/checkout step.
  • Loading branch information
jandroav committed Oct 2, 2024
1 parent 81dc2e7 commit dfd33e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: liquibase/liquibase
tag: "v4.29.2"
ref: "v4.29.2"

- name: Set up Java
uses: actions/setup-java@v4
Expand Down

0 comments on commit dfd33e3

Please sign in to comment.