This commit is contained in:
2023-04-30 22:13:00 -07:00
parent cdd91aaabf
commit 88e5a548e4

View File

@@ -39,8 +39,6 @@ runs:
if [[ -n "$CHANNEL" ]]; then
DEST="$DEST:$CHANNEL"
fi
echo "DEST IS: $DEST | ${{ steps.channel.outputs.channel }}"
echo "VERSION IS: $VERSION | ${{ inputs.version }}"
COMMAND="push $FILE $DEST"
VERSION="${{ inputs.version }}"