Skip to content

Commit

Permalink
#25 minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kasramp committed Apr 30, 2023
1 parent 4694486 commit 0ea49ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
./${GIHUB_WORKSPACE}/util/release.sh
- name: Get latest tagged version
id: tagged_version
uses: actions/checkout@v3
shell: bash
run: |
echo "::set-output name=TAGGED_VERSION::$(git for-each-ref --sort=-creatordate --format='%(refname:short)' refs/tags --count 10 | grep -oP '^eris-(\d+).*' | head -1)"
- name: Perform release
Expand Down

0 comments on commit 0ea49ba

Please sign in to comment.