Skip to content

Commit

Permalink
fix: dev and latest release workflow reversed (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw authored Jul 20, 2024
1 parent 1e13d22 commit 228d784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
echo "Publishing for tag: ${{ github.ref }}"
if [[ "${{ github.ref }}" == "refs/tags/dev" ]]; then
sudo uds run release
else
sudo uds run release-dev
else
sudo uds run release
fi
shell: bash

0 comments on commit 228d784

Please sign in to comment.