Skip to content

Commit

Permalink
fix latest tag step
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-nick committed Aug 5, 2024
1 parent 3b7571b commit fb6372f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Get latest existing tag
uses: WyriHaximus/github-action-get-previous-tag@v1
id: get-latest-tag

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

Expand All @@ -30,7 +26,7 @@ jobs:

- name: Get the latest tag
run: |
LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
echo "LATEST_TAG=${LATEST_TAG}" >> $GITHUB_ENV
# - name: Send compat PR
Expand Down

0 comments on commit fb6372f

Please sign in to comment.