Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Dec 6, 2024
1 parent 2739de1 commit b6ce817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
exit 0
fi
REF=$(echo "${{ github.event.ref.ref }}" | sed -n 's#^refs/heads/##p')
REF=$(echo "${{ github.event.ref }}" | sed -n 's#^refs/heads/##p')
# If ref = main
if [ "$REF" = "main" ]; then
echo "image-tag=latest" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b6ce817

Please sign in to comment.