Skip to content

Commit

Permalink
Fix latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
crinis committed Jul 2, 2023
1 parent d617912 commit 2a52e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-latest-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Set latest release tag
if: github.event_name != 'release'
run: |
echo "RELEASE_TAG=$(curl https://api.github.com/repos/crinis/sourcebans-docker/releases -s | jq -r ".[].tag_name" -m1)" >> $GITHUB_ENV
echo "RELEASE_TAG=$(curl https://api.github.com/repos/crinis/sourcebans-docker/releases -s | jq -r ".[].tag_name")" >> $GITHUB_ENV
-
name: Set current release tag
if: github.event_name == 'release'
Expand Down

0 comments on commit 2a52e63

Please sign in to comment.