Skip to content

Commit

Permalink
Fix grabbing of latest tag in dispatch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj authored Oct 6, 2023
1 parent 27e69d8 commit ade83ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Get latest release tag
run: |
echo "LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)" >> $GITHUB_ENV
echo "LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_ENV
- name: Create dispatch event for autobids-docs
uses: actions/github-script@v6
Expand Down

0 comments on commit ade83ee

Please sign in to comment.