Skip to content

Commit

Permalink
Fix mistaken revert
Browse files Browse the repository at this point in the history
  • Loading branch information
momosetkn committed Oct 15, 2024
1 parent 0fa257b commit 8df924b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-snapshot-liquibase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:

- name: Fetch latest SNAPSHOT version from GitHub Packages
id: liquibase-core-latest-snapshot-version
run: |
LATEST_VERSION=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/orgs/liquibase/packages/maven/org.liquibase.liquibase-core/versions | \
jq -r '.[0].name')
echo "Latest version is $LATEST_VERSION"
echo "version=$LATEST_VERSION" >> $GITHUB_OUTPUT
uses: momosetkn/fetch-gh-package-latest-snapshot-version@main
with:
org: liquibase
packageType: maven
packageName: org.liquibase.liquibase-core
githubToken: ${{ secrets.GITHUB_TOKEN }}

- name: Configure Gradle for GitHub Packages
run: |
Expand Down

0 comments on commit 8df924b

Please sign in to comment.